milis/talimatname/genel/p/protobuf/talimat

18 lines
399 B
Plaintext
Raw Normal View History

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