diff options
author | Willy Sudiarto Raharjo | 2012-11-20 19:16:03 +0100 |
---|---|---|
committer | Robby Workman | 2012-11-20 19:16:03 +0100 |
commit | 264d6ff5505f741653b2d50fcf77a2abcbb9a90a (patch) | |
tree | e71aa0aa3095769c737544181f2368fc6a9a6851 /system/atop | |
parent | f1abc051321f9734209483f849bcbc7137bbdffd (diff) | |
download | slackbuilds-264d6ff5505f741653b2d50fcf77a2abcbb9a90a.tar.gz |
system/atop: Updated for version 2.0_1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/atop')
-rw-r--r-- | system/atop/atop.SlackBuild | 7 | ||||
-rw-r--r-- | system/atop/atop.info | 6 | ||||
-rw-r--r-- | system/atop/slack-desc | 10 |
3 files changed, 10 insertions, 13 deletions
diff --git a/system/atop/atop.SlackBuild b/system/atop/atop.SlackBuild index 2ee37eaff6..05f03b1ce0 100644 --- a/system/atop/atop.SlackBuild +++ b/system/atop/atop.SlackBuild @@ -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 diff --git a/system/atop/atop.info b/system/atop/atop.info index dd17c6b448..1e2fb8ae73 100644 --- a/system/atop/atop.info +++ b/system/atop/atop.info @@ -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="" diff --git a/system/atop/slack-desc b/system/atop/slack-desc index 8d528d032a..3fc8193c6f 100644 --- a/system/atop/slack-desc +++ b/system/atop/slack-desc @@ -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) |