2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Google veri değişim biçim aracının python api'si
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://code.google.com/p/protobuf/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: protobuf python-setuptools
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
_isim=protobuf
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=python-protobuf
|
|
|
|
|
surum=2.6.1
|
|
|
|
|
devir=1
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
kaynak=(https://github.com/google/protobuf/releases/download/$surum/protobuf-$surum.tar.bz2)
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle()
|
2016-02-24 01:27:23 +01:00
|
|
|
|
{
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd ${_name}-$surum/python
|
2017-03-29 18:32:51 +02:00
|
|
|
|
python2 setup.py install --prefix=/usr --root=$PKG
|
2016-02-24 01:27:23 +01:00
|
|
|
|
}
|