milis/talimatname/genel/l/libconfuse/talimat

17 lines
395 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Yapılandırma dosyalarını ayrıştırmak için C kütüphanesi
2016-09-11 22:23:41 +02:00
# URL: https://github.com/martinh/libconfuse
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2016-09-11 22:23:41 +02:00
2017-10-28 14:10:23 +02:00
isim=libconfuse
_isim=confuse
surum=3.0
devir=1
kaynak=(https://github.com/martinh/libconfuse/releases/download/v3.0/confuse-3.0.tar.gz)
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $_name-$surum
2016-09-11 22:23:41 +02:00
./configure --prefix=/usr --enable-shared
make
make DESTDIR=$PKG install
}