1 # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
6 pkgdesc="Python program with a top like UI used to show of behalf of which process is the I/O going on"
8 url="http://guichaz.free.fr/iotop/"
18 _gitroot=git://repo.or.cz/iotop.git
23 msg "Connecting to GIT server...."
25 if [ -d ${srcdir}/$_gitname ] ; then
26 cd $_gitname && git pull origin
27 msg "The local files are updated."
32 msg "GIT checkout done or server timeout"
33 msg "Starting make..."
35 if [ -d ${srcdir}/$_gitname-build ] ; then
36 rm -r ${srcdir}/$_gitname-build
37 cp -r ${srcdir}/$_gitname ${srcdir}/$_gitname-build
39 cp -r ${srcdir}/$_gitname ${srcdir}/$_gitname-build
42 cd ${srcdir}/$_gitname-build
43 python2 setup.py install --root=${pkgdir}