talimat 387 B

1234567891011121314151617
  1. # Tanım: python3 için thrift kütüphanesi
  2. # URL: https://thrift.apache.org/
  3. # Paketçi: milisarge
  4. # Gerekler: python3 python3-setuptools thrift
  5. # Grup: kütüphane
  6. isim=python3-thrift
  7. surum=0.11.0
  8. devir=1
  9. kaynak=(https://github.com/apache/thrift/archive/$surum.zip::thrift-$surum.zip)
  10. derle() {
  11. cd "thrift-${surum}"
  12. cd lib/py
  13. python3 setup.py install --root=$PKG --optimize=1
  14. }