mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/iotop: Updated for version 0.6.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
a83b56e78d
commit
270d045c5d
2 changed files with 4 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue