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
|
2018-07-31 14:41:46 +02:00
|
|
|
|
# Grup: sistem
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
}
|