1234567891011121314151617 |
- # Tanım: python3 için thrift kütüphanesi
- # URL: https://thrift.apache.org/
- # Paketçi: milisarge
- # Gerekler: python3 python3-setuptools thrift
- # Grup: kütüphane
- isim=python3-thrift
- surum=0.11.0
- devir=1
- kaynak=(https://github.com/apache/thrift/archive/$surum.zip::thrift-$surum.zip)
- derle() {
- cd "thrift-${surum}"
- cd lib/py
- python3 setup.py install --root=$PKG --optimize=1
- }
|