mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
atop: update to 2.4.0.
This commit is contained in:
parent
5bb88c9c02
commit
9e5330d54e
1 changed files with 8 additions and 7 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'atop'
|
# Template file for 'atop'
|
||||||
pkgname=atop
|
pkgname=atop
|
||||||
version=2.3.0
|
version=2.4.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="ncurses-devel zlib-devel"
|
makedepends="ncurses-devel zlib-devel"
|
||||||
short_desc="A system and process level monitor"
|
short_desc="System and process level monitor"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.atoptool.nl/"
|
homepage="https://www.atoptool.nl/"
|
||||||
distfiles="http://www.atoptool.nl/download/atop-${version}.tar.gz"
|
distfiles="https://www.atoptool.nl/download/atop-${version}.tar.gz"
|
||||||
checksum=73e4725de0bafac8c63b032e8479e2305e3962afbe977ec1abd45f9e104eb264
|
checksum=be1c010a77086b7d98376fce96514afcd73c3f20a8d1fe01520899ff69a73d69
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
sed -i '/chown/d' Makefile
|
sed -i '/chown/d' Makefile
|
||||||
|
@ -17,6 +17,7 @@ pre_install() {
|
||||||
sed -i 's,sbin,bin,g' Makefile
|
sed -i 's,sbin,bin,g' Makefile
|
||||||
sed -i 's,bin/sh,bin/bash,' atop.daily
|
sed -i 's,bin/sh,bin/bash,' atop.daily
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make PREFIX=/usr SBINDIR=/usr/bin DESTDIR=${DESTDIR} sysvinstall
|
make PREFIX=/usr SBINDIR=/usr/bin DESTDIR=${DESTDIR} sysvinstall
|
||||||
vsv atop
|
vsv atop
|
||||||
|
|
Loading…
Add table
Reference in a new issue