milis/talimatname/genel/p/pycparser/talimat

21 lines
470 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Pythonda yazılmış C ayrıştırıcı and AST üretici
# URL: https://github.com/eliben/pycparser
# Paketçi: milisarge
# Gerekler: python-setuptools
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
}