#Packager: Dimitris Tzemos pkgname=json-py pkgver=3.4 srcver=3_4 pkgrel=1slint source=("https://downloads.sourceforge.net/sourceforge/json-py/json-py-3_4.zip" "setup.py") docs=("license.txt" "readme.txt") url=https://sourceforge.net/projects/json-py slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "json-py (pure-python implementation of a JSON)" "json-py is a simple, pure-python implementation of a JSON" "(http://json.org) reader and writer." ) build() { cd $startdir/$pkgname-$pkgver # fix txts permissions chmod 644 *.txt # Add setup.py cat $startdir/src/setup.py > setup.py python setup.py install --root=$startdir/pkg }