mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/atop: Updated for version 2.10.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1e400ffdd7
commit
4671204fdc
2 changed files with 5 additions and 5 deletions
|
@ -14,7 +14,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=atop
|
||||
VERSION=${VERSION:-2.9.0}
|
||||
VERSION=${VERSION:-2.10.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -65,7 +65,7 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
make CFLAGS="$SLKCFLAGS"
|
||||
make
|
||||
|
||||
# Install the binary sgid utmp in order to allow accounting
|
||||
install -D -o root -g utmp -m 2751 atop $PKG/usr/bin/atop
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="atop"
|
||||
VERSION="2.9.0"
|
||||
VERSION="2.10.0"
|
||||
HOMEPAGE="https://www.atoptool.nl/"
|
||||
DOWNLOAD="https://www.atoptool.nl/download/atop-2.9.0.tar.gz"
|
||||
MD5SUM="b526aea1b7e9e79eaaac8977221360e1"
|
||||
DOWNLOAD="https://www.atoptool.nl/download/atop-2.10.0.tar.gz"
|
||||
MD5SUM="6d14559b59e25d15dbcfa978ed0ec50e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue