milis/talimatname/genel/p/python-protobuf/talimat

19 lines
412 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# 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
}