mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +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'
|
||||
pkgname=atop
|
||||
version=2.3.0
|
||||
revision=2
|
||||
version=2.4.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
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>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.atoptool.nl/"
|
||||
distfiles="http://www.atoptool.nl/download/atop-${version}.tar.gz"
|
||||
checksum=73e4725de0bafac8c63b032e8479e2305e3962afbe977ec1abd45f9e104eb264
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://www.atoptool.nl/"
|
||||
distfiles="https://www.atoptool.nl/download/atop-${version}.tar.gz"
|
||||
checksum=be1c010a77086b7d98376fce96514afcd73c3f20a8d1fe01520899ff69a73d69
|
||||
|
||||
pre_install() {
|
||||
sed -i '/chown/d' Makefile
|
||||
|
@ -17,6 +17,7 @@ pre_install() {
|
|||
sed -i 's,sbin,bin,g' Makefile
|
||||
sed -i 's,bin/sh,bin/bash,' atop.daily
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make PREFIX=/usr SBINDIR=/usr/bin DESTDIR=${DESTDIR} sysvinstall
|
||||
vsv atop
|
||||
|
|
Loading…
Add table
Reference in a new issue