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

21 lines
514 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
2018-08-14 00:46:12 +02:00
# Gerekler: python3 python3-setuptools
2018-06-09 00:06:58 +02:00
# Grup: kütüphane
isim=python3-cparser
_isim=pycparser
surum=2.18
2018-08-14 00:46:12 +02:00
devir=2
2018-06-09 00:06:58 +02:00
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
}