2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: python3 için thrift kütüphanesi
|
|
|
|
|
# URL: https://thrift.apache.org/
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: python3 python3-setuptools thrift
|
2018-08-01 10:04:05 +02:00
|
|
|
|
# Grup: kütüphane
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=python3-thrift
|
2018-08-20 13:17:40 +02:00
|
|
|
|
surum=0.11.0
|
2018-06-09 00:06:58 +02:00
|
|
|
|
devir=1
|
2018-08-20 13:17:40 +02:00
|
|
|
|
kaynak=(https://github.com/apache/thrift/archive/$surum.zip::thrift-$surum.zip)
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd "thrift-${surum}"
|
2018-08-20 13:17:40 +02:00
|
|
|
|
cd lib/py
|
2018-06-09 00:06:58 +02:00
|
|
|
|
python3 setup.py install --root=$PKG --optimize=1
|
|
|
|
|
}
|