milis/talimatname/genel/p/protobuf/talimat

18 lines
399 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ı
# URL: http://code.google.com/p/protobuf/
# Paketçi: milisarge
# Gerekler: python-setuptools clang unzip
# Grup:
isim=protobuf
surum=3.5.1
devir=1
kaynak=(https://github.com/google/protobuf/archive/v3.5.1.tar.gz::protobuf-$surum.tar.gz)
derle() {
cd ${isim}-$surum
./autogen.sh
./configure --prefix=/usr --disable-static
make DESTDIR=$PKG install
}