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

19 lines
412 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: Google veri değişim biçim aracının python api'si
2016-02-24 02:27:23 +02:00
# URL: http://code.google.com/p/protobuf/
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler: protobuf python-setuptools
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
_isim=protobuf
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
isim=python-protobuf
surum=2.6.1
devir=1
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
kaynak=(https://github.com/google/protobuf/releases/download/$surum/protobuf-$surum.tar.bz2)
2016-02-24 02:27:23 +02:00
2017-10-28 00:59:41 +03:00
derle()
2016-02-24 02:27:23 +02:00
{
2017-10-28 15:10:23 +03:00
cd ${_name}-$surum/python
2017-03-29 19:32:51 +03:00
python2 setup.py install --prefix=/usr --root=$PKG
2016-02-24 02:27:23 +02:00
}