system/iotop: Updated for version 0.6.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Audrius Kažukauskas 2013-07-01 09:08:21 -05:00 committed by Erik Hanson
parent a83b56e78d
commit 270d045c5d
2 changed files with 4 additions and 9 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=iotop
VERSION=${VERSION:-0.5}
VERSION=${VERSION:-0.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -55,11 +55,6 @@ sed -i 's|share/man/man8|man/man8|' setup.py
python setup.py install --root=$PKG
# iotop script is placed in sbin directory inside source tarball, also in NEWS
# there's a note that it should be installed to sbin, but setup.py doesn't do
# this, so we'll fix it ourselves.
mv $PKG/usr/bin $PKG/usr/sbin
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done

View file

@ -1,8 +1,8 @@
PRGNAM="iotop"
VERSION="0.5"
VERSION="0.6"
HOMEPAGE="http://guichaz.free.fr/iotop/"
DOWNLOAD="http://guichaz.free.fr/iotop/files/iotop-0.5.tar.bz2"
MD5SUM="b0846ad976f41bca2813f7f8a73fef31"
DOWNLOAD="http://guichaz.free.fr/iotop/files/iotop-0.6.tar.bz2"
MD5SUM="5ef9456b26d7694abf3101a72e1e0d1d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""