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

23 lines
504 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
2018-07-31 15:17:44 +02:00
# Grup: geliştirme
2018-06-09 00:06:58 +02:00
isim=python-cparser
_isim=pycparser
surum=2.14
devir=1
2018-07-31 15:17:44 +02:00
kaynak=(https://github.com/eliben/$_isim/archive/release_v$surum.zip)
2018-06-09 00:06:58 +02:00
derle() {
2018-07-31 15:17:44 +02:00
cd $_isim-release_v$surum
2018-06-09 00:06:58 +02:00
/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
}