iotop: update

This commit is contained in:
Bartlomiej Palmowski 2010-04-09 12:39:58 +02:00
parent 38d15e363b
commit 5e82cb4d03
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
80450c54407499af9c29c111f640aae8 iotop-0.3.2.tar.bz2
3607f8b77ed6686efd9a4a7e6c135ceb iotop-0.4.tar.bz2

View File

@ -5,7 +5,7 @@
# Depends on: python
name=iotop
version=0.3.2
version=0.4
release=1
source=(http://guichaz.free.fr/$name/files/$name-$version.tar.bz2)
@ -13,5 +13,5 @@ build() {
cd $name-$version
sed -i 's|share/man/man1|man/man1|' setup.py
python setup.py install --root=$PKG --prefix=/usr
rm -r $PKG/usr/lib/python*/site-packages/iotop-*.egg-info/
rm -r $PKG/usr/lib/python*/site-packages/iotop-*.egg-info
}