talimat 504 B

1234567891011121314151617181920212223
  1. # Tanım: C ayrıştırıcı ve AST jeneratörü Python ile yazılmış.
  2. # URL: https://github.com/eliben/pycparser
  3. # Paketçi: milisarge
  4. # Gerekler: python-setuptools
  5. # Grup: geliştirme
  6. isim=python-cparser
  7. _isim=pycparser
  8. surum=2.14
  9. devir=1
  10. kaynak=(https://github.com/eliben/$_isim/archive/release_v$surum.zip)
  11. derle() {
  12. cd $_isim-release_v$surum
  13. /usr/bin/python2 setup.py build
  14. cd pycparser
  15. /usr/bin/python2 _build_tables.py
  16. cd -
  17. /usr/bin/python2 setup.py install --root=$PKG --optimize=1
  18. }