milis/talimatname/genel/p/python-cparser/talimat

22 lines
484 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: C ayrıştırıcı ve AST jeneratörü Python ile yazılmış.
# URL: https://github.com/eliben/pycparser
# Paketçi: milisarge
# Gerekler: python-setuptools
isim=python-cparser
_isim=pycparser
surum=2.14
devir=1
kaynak=(https://github.com/eliben/$_name/archive/release_v$surum.zip)
derle() {
cd $_name-release_v$surum
/usr/bin/python2 setup.py build
cd pycparser
/usr/bin/python2 _build_tables.py
cd -
/usr/bin/python2 setup.py install --root=$PKG --optimize=1
}