19 lines
412 B
Plaintext
19 lines
412 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
|
|||
|
|
|||
|
_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 ${_name}-$surum/python
|
|||
|
python2 setup.py install --prefix=/usr --root=$PKG
|
|||
|
}
|