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

19 lines
412 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
}