milis/talimatname/genel/libconfuse/talimat

17 lines
409 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.

# Description: Yapılandırma dosyalarını ayrıştırmak için C kütüphanesi
# URL: https://github.com/martinh/libconfuse
# Packager: milisarge
# Depends on :
name=libconfuse
_name=confuse
version=3.0
release=1
source=(https://github.com/martinh/libconfuse/releases/download/v3.0/confuse-3.0.tar.gz)
build() {
cd $_name-$version
./configure --prefix=/usr --enable-shared
make
make DESTDIR=$PKG install
}