milis/talimatname/genel/python-protobuf/talimat

19 lines
430 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.

# Description: Google veri değişim biçim aracının python api'si
# URL: http://code.google.com/p/protobuf/
# Packager: milisarge
# 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
python2 setup.py install --prefix=/usr --root=$PKG
}