# 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

isim=python-cparser
_isim=pycparser
surum=2.14
devir=1
kaynak=(https://github.com/eliben/$_name/archive/release_v$surum.zip)

derle() {
	cd $_name-release_v$surum
	/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
}