18 lines
406 B
Plaintext
18 lines
406 B
Plaintext
# 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: sistem
|
||
|
||
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
|
||
}
|