#Packager: George Vlahavas pkgname=batti pkgver=0.3.8 pkgrel=1gv source=("https://batti-gtk.googlecode.com/files/batti-$pkgver.tar.gz") docs=("authors" "install" "readme*" "copying" "changelog") url=https://code.google.com/p/batti-gtk/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "batti (A UPower based battery monitor for the system tray)" "Batti is a simple battery monitor for the system tray, similar to" "batterymon. Unlike the latter batti uses UPower, and if that is" "missing DeviceKit.Power, for it's power information." ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py install --prefix=/usr --root=$startdir/pkg }