milis/talimatname/genel/p/protobuf-c/talimat

20 lines
477 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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"
}