system/atop: Updated for version 2.0_1.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2012-11-20 12:16:03 -06:00 committed by Robby Workman
parent f1abc05132
commit 264d6ff550
3 changed files with 10 additions and 13 deletions

View File

@ -12,7 +12,7 @@
# http://sam.zoy.org/wtfpl/COPYING for more details.
PRGNAM=atop
VERSION=${VERSION:-1.27_3}
VERSION=${VERSION:-2.0_1}
SRCVERSION=$(printf $VERSION | tr _ -)
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -84,12 +84,9 @@ touch $PKG/var/log/atop/dummy_{before,after}
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/man/man1
mkdir -p $PKG/usr/man/man{1,5}
gzip -9c man/atop.1 > $PKG/usr/man/man1/atop.1.gz
gzip -9c man/atopsar.1 > $PKG/usr/man/man1/atopsar.1.gz
# Add the man-page of atoprc too
mkdir -p $PKG/usr/man/man5
gzip -9c man/atoprc.5 > $PKG/usr/man/man5/atoprc.5.gz
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION

View File

@ -1,8 +1,8 @@
PRGNAM="atop"
VERSION="1.27_3"
VERSION="2.0_1"
HOMEPAGE="http://www.atoptool.nl/"
DOWNLOAD="http://www.atoptool.nl/download/atop-1.27-3.tar.gz"
MD5SUM="4a4e896ed6ec6979f80898d37938b8d9"
DOWNLOAD="http://www.atoptool.nl/download/atop-2.0-1.tar.gz"
MD5SUM="6867ea2211edaf8140b94130470d646b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View File

@ -1,9 +1,9 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
atop: Acounting Top (advanced interactive monitor)