milis/talimatname/genel/l/libt3config/talimat

19 lines
466 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ı okumak ve yazmak için bir kütüphane.
# URL: http://os.ghalkes.nl/t3/libt3key.html
# Paketçi: Cihan_Alkan
# Gerekler:
# Grup:kütüphane
isim=libt3config
surum=0.2.10
devir=1
kaynak=(http://os.ghalkes.nl/dist/$isim-$surum.tar.bz2)
derle() {
cd "${SRC}/${isim}-${surum}"
./configure --prefix=/usr CFLAGS="-O2 -D_POSIX_C_SOURCE=200809L"
make
make DESTDIR="${PKG}" install
rm -rf "${PKG}/usr/share/doc/$isim/API"
}