#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=pylirc pkgver=0.0.5 zenver=64 pkgrel=1 arch=i486 source=("http://downloads.sourceforge.net/project/pylirc/pylirc/0.0.5/pylirc-$pkgver.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname docs=() url=http://pylirc.mccabe.nu/ options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "pylirc (Python module for lirc)" "pyLirc is a module for Python that interacts with lirc to give Python" "programs the ability to receive commands from remote controls." ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py install --root=$startdir/pkg --prefix=/usr }