17 lines
395 B
Plaintext
17 lines
395 B
Plaintext
# 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
|
||
}
|