atop: update to 2.8.1.

This commit is contained in:
mhmdanas 2023-03-23 19:14:30 +00:00 committed by Leah Neukirchen
parent bc056302ee
commit f0238534ad
1 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'atop'
pkgname=atop
version=2.7.1
version=2.8.1
revision=1
build_style=gnu-makefile
make_install_target="sysvinstall"
@ -10,14 +10,12 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://www.atoptool.nl/"
distfiles="https://www.atoptool.nl/download/atop-${version}.tar.gz"
checksum=ca48d2f17e071deead5e6e9cc9e388bf6a3270d695e61976b3794d4d927b5c4e
checksum=970058a19b79c3444f971f854572a0e63891dc2d5f7037ff837570854ce0da1e
make_dirs="/var/log/atop 755 root root"
pre_install() {
vsed -e '/chown/d' \
-e 's/04711/0755/' \
-e 's,sbin,bin,g' \
vsed -e 's,sbin,bin,g' \
-e '/$(DEFPATH)/d' -i Makefile
vsed -e 's,bin/sh,bin/bash,' -i atop.daily
}