milis/talimatname/genel/python-simplejson/talimat

17 lines
435 B
Plaintext
Raw Normal View History

2017-04-13 09:58:22 +02:00
# Description: Python için basit ve hızlı, genişletilebilir JSON kodlayıcı / kod çözücü.
# URL: http://undefined.org/python/#simplejson
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: python-setuptools
2017-04-13 09:58:22 +02:00
2016-02-24 01:27:23 +01:00
name=python-simplejson
version=3.6.3
release=1
source=(
https://pypi.python.org/packages/source/s/simplejson/simplejson-$version.tar.gz)
build() {
cd simplejson-$version
python2 setup.py install --prefix=/usr --root=$PKG
}