2018-07-31 14:55:04 +02:00
|
|
|
|
# Tanım: Pythonda yazılmış C ayrıştırıcı ve AST üretici
|
2018-06-09 00:06:58 +02:00
|
|
|
|
# URL: https://github.com/eliben/pycparser
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: python-setuptools
|
2018-07-31 14:55:04 +02:00
|
|
|
|
# Grup: kütüphane geliştirme
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=pycparser
|
|
|
|
|
surum=2.17
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(https://github.com/eliben/$isim/archive/release_v$surum.zip::$isim-$surum.zip)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd $isim-release_v$surum
|
|
|
|
|
/usr/bin/python setup.py build
|
|
|
|
|
|
|
|
|
|
cd pycparser
|
|
|
|
|
/usr/bin/python _build_tables.py
|
|
|
|
|
cd -
|
|
|
|
|
|
|
|
|
|
/usr/bin/python setup.py install --root=$PKG --optimize=1
|
|
|
|
|
}
|