1 # Contributor: Vincent Berset <msieurhappy@gmail.com>
6 pkgdesc="helm is a system monitor written in python"
8 url="http://helm.last-exile.org/"
10 depends=('python2' 'pygtk' 'python-imaging' 'python-xlib')
11 makedepends=('python2')
12 source=("http://helm.last-exile.org/sources/helm-${pkgver}.tar.bz2")
13 md5sums=('bd281b9d273a95721fd4ffdae4048d3e')
16 cd $srcdir/$pkgname-$pkgver
17 sed -i 's/python/python2/g' helm_launcher.py
18 python2 ./setup.py install --root=$pkgdir