summaryrefslogtreecommitdiff
path: root/iotop/Pkgfile
diff options
context:
space:
mode:
authorBartlomiej Palmowski <wszystkie.fajne.loginy.zajete@gmail.com>2009-10-22 19:28:28 +0200
committerBartlomiej Palmowski <wszystkie.fajne.loginy.zajete@gmail.com>2009-10-22 19:28:28 +0200
commit734ee365e10b485be1745ee92c7e131a93ce9ae7 (patch)
tree051adc7b83bdb9c0bc3a913767731af89c079a68 /iotop/Pkgfile
parent24f2942fa454409417ec08291c0e04672239ce32 (diff)
downloadcontrib-734ee365e10b485be1745ee92c7e131a93ce9ae7.tar.gz
contrib-734ee365e10b485be1745ee92c7e131a93ce9ae7.tar.xz
iotop: adopted from opt
Diffstat (limited to 'iotop/Pkgfile')
-rw-r--r--iotop/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/iotop/Pkgfile b/iotop/Pkgfile
new file mode 100644
index 000000000..638f5a682
--- /dev/null
+++ b/iotop/Pkgfile
@@ -0,0 +1,17 @@
+# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
+# Packager: Johannes Winkelmann, jw at smts dot ch
+# Description: top like program to display I/O load
+# URL: http://guichaz.free.fr/iotop/
+# Depends on: python
+
+name=iotop
+version=0.3.2
+release=1
+source=(http://guichaz.free.fr/$name/files/$name-$version.tar.bz2)
+
+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/
+}

Generated by cgit