milis/talimatname/genel/c/confuse/talimat

19 lines
427 B
Plaintext
Raw Normal View History

2017-11-18 23:26:33 +01:00
# Tanım: Ayar dosyalarını ayrıştıran C kütüphanesi
# URL: https://github.com/martinh/libconfuse
# Paketçi: milisarge
# Gerekler:
# Grup: kütüphane
isim=confuse
surum=3.2.1
devir=1
kaynak=(https://github.com/martinh/libconfuse/releases/download/v3.2.1/confuse-$surum.tar.gz)
derle() {
cd "${SRC}/${isim}-${surum}"
./configure --prefix=/usr --enable-shared
make
make check
make DESTDIR="${PKG}" install
}