19 lines
422 B
Plaintext
19 lines
422 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
|
||
|
||
_name=protobuf
|
||
|
||
name=python-protobuf
|
||
version=2.6.1
|
||
release=1
|
||
|
||
source=(https://github.com/google/protobuf/releases/download/$version/protobuf-$version.tar.bz2)
|
||
|
||
derle()
|
||
{
|
||
cd ${_name}-$version/python
|
||
python2 setup.py install --prefix=/usr --root=$PKG
|
||
}
|