#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=batti pkgver=0.3.8 zenver=72 pkgrel=1 arch=i486 source=("http://batti-gtk.googlecode.com/files/batti-$pkgver.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/xap/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://code.google.com/p/batti-gtk/ options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "batti (A simple battery monitor)" "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 --root=$startdir/pkg --prefix=/usr }