milis/talimatname/genel/l/libdaemon/talimat

21 lines
490 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: UNIX programlarını yazmayı kolaylaştıran hafif C kütüphanesi
# URL: http://0pointer.de/lennart/projects/libdaemon/
# Paketçi: milisarge
# Gerekler:
# Grup: kütüphane
isim=libdaemon
surum=0.14
devir=1
kaynak=( http://pkgs.fedoraproject.org/repo/pkgs/libdaemon/libdaemon-0.14.tar.gz/509dc27107c21bcd9fbf2f95f5669563/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--disable-doxygen \
--disable-lynx
make
make DESTDIR=$PKG install
}