#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=simplejson pkgver=2.2.1 zenver=72 pkgrel=1 arch=noarch source=("http://pypi.python.org/packages/source/s/simplejson/simplejson-$pkgver.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname docs=("license*" "index*") url=http://pypi.python.org/pypi/simplejson/ options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "simplejson (Simple, fast, extensible JSON encoder/decoder for Python)" "Simplejson is a simple, fast, complete, correct and extensible JSON" ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py install --root=$startdir/pkg --prefix=/usr }