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

23 lines
508 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: Cihan_Alkan
# Gerekler: python3-setuptools
# Grup: kütüphane
isim=python3-cparser
_isim=pycparser
surum=2.18
devir=1
kaynak=(https://github.com/eliben/$_isim/archive/release_v$surum.zip)
derle() {
cd $_isim-release_v$surum
/usr/bin/python3 setup.py build
cd pycparser
/usr/bin/python3 _build_tables.py
cd -
/usr/bin/python3 setup.py install --root=$PKG --optimize=1
}