#Packager: Tim Beech #Former Packager(s): Name #Anything commented out is optional and can be deleted. pkgname=simplejson pkgver=3.3.3 pkgrel=1tjb #arch=noarch source=(http://pypi.python.org/packages/source/s/simplejson/$pkgname-$pkgver.tar.gz) sourcetemplate=http://people.salixos.org/mimosa/packages/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=https://github.com/simplejson/simplejson #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "simplejson (JSON encoder and decoder for Python)" "Simplejson is a simple, fast, complete, correct and extensible JSON" " encoder and decoder for Python 2.5+ and Python 3.3+." "It is pure Python code with no dependencies, but includes an optional" "C extension for a serious speed boost." ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py install --prefix=/usr --root=$startdir/pkg }