protobuf-c

This commit is contained in:
milisbir 2018-02-26 22:23:04 +02:00
parent b6d7d216f0
commit 91aa9e50da
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Tanım: C'de protokol arabellekleri uygulaması
# URL: https://github.com/protobuf-c/protobuf-c
# Paketçi: Cihan_Alkan
# Gerekler: protobuf
# Grup: kütüphane
isim=protobuf-c
surum=1.3.0
devir=1
kaynak=(https://github.com/protobuf-c/protobuf-c/releases/download/v$surum/$isim-$surum.tar.gz)
derle() {
cd "$isim-$surum"
./configure --prefix=/usr --disable-static
make
make DESTDIR="$PKG" install
install -Dm644 LICENSE "$PKG/usr/share/licenses/$isim/LICENSE"
}