2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Google veri değişim biçim aracı
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://code.google.com/p/protobuf/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
2018-02-26 19:09:14 +01:00
|
|
|
|
# Gerekler: python-setuptools clang unzip
|
2018-02-12 19:52:47 +01:00
|
|
|
|
# Grup:
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=protobuf
|
2018-02-12 19:52:47 +01:00
|
|
|
|
surum=3.5.1
|
2017-10-28 14:10:23 +02:00
|
|
|
|
devir=1
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2018-02-12 19:52:47 +01:00
|
|
|
|
kaynak=(https://github.com/google/protobuf/archive/v3.5.1.tar.gz::protobuf-$surum.tar.gz)
|
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd ${isim}-$surum
|
2016-02-24 01:27:23 +01:00
|
|
|
|
./autogen.sh
|
|
|
|
|
./configure --prefix=/usr --disable-static
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|