milis/talimatname/genel/l/libconfuse/talimat

17 lines
395 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: Yapılandırma dosyalarını ayrıştırmak için C kütüphanesi
# URL: https://github.com/martinh/libconfuse
# Paketçi: milisarge
# Gerekler:
isim=libconfuse
_isim=confuse
surum=3.0
devir=1
kaynak=(https://github.com/martinh/libconfuse/releases/download/v3.0/confuse-3.0.tar.gz)
derle() {
cd $_name-$surum
./configure --prefix=/usr --enable-shared
make
make DESTDIR=$PKG install
}