milis/talimatname/genel/python-simplejson/talimat

17 lines
435 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Python için basit ve hızlı, genişletilebilir JSON kodlayıcı / kod çözücü.
# URL: http://undefined.org/python/#simplejson
# Packager: milisarge
# Depends on: python-setuptools
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
}