19 lines
426 B
Plaintext
19 lines
426 B
Plaintext
# Tanım: Google veri değişim biçim aracının python api'si
|
||
# URL: http://code.google.com/p/protobuf/
|
||
# Paketçi: milisarge
|
||
# Gerekler: protobuf python-setuptools
|
||
# Grup: sistem
|
||
|
||
_isim=protobuf
|
||
isim=python-protobuf
|
||
surum=2.6.1
|
||
devir=1
|
||
|
||
kaynak=(https://github.com/google/protobuf/releases/download/$surum/protobuf-$surum.tar.bz2)
|
||
|
||
derle()
|
||
{
|
||
cd ${_isim}-$surum/python
|
||
python2 setup.py install --prefix=/usr --root=$PKG
|
||
}
|