15 lines
416 B
Plaintext
15 lines
416 B
Plaintext
|
# Description: python3 için thrift kütüphanesi
|
||
|
# URL: https://thrift.apache.org/
|
||
|
# Packager: milisarge
|
||
|
# Depends on: python3 python3-setuptools thrift
|
||
|
|
||
|
name=python3-thrift
|
||
|
version=0.10.0
|
||
|
release=1
|
||
|
source=(https://pypi.python.org/packages/a3/ea/84a41e03f1ab14fb314c8bcf1c451090efa14c5cdfb9797d1079f502b54e/thrift-0.10.0.zip)
|
||
|
|
||
|
build() {
|
||
|
cd "thrift-${version}"
|
||
|
python3 setup.py install --root=$PKG --optimize=1
|
||
|
}
|