2017-03-29 18:32:51 +02:00
|
|
|
|
# Description: 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-03-29 18:32:51 +02:00
|
|
|
|
# Packager: milisarge
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# Depends on: 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)
|
|
|
|
|
|
|
|
|
|
build ()
|
|
|
|
|
{
|
|
|
|
|
cd ${_name}-$version/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
|
|
|
|
}
|