milis/talimatname/genel/ldns/talimat

31 lines
698 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: DNS programlamayı basitleştirmek amacıyla hızlı DNS kütüphanesi.
# URL: http://www.nlnetlabs.nl
# Packager: milisarge
# Depends on: openssl ca-certificates libcap python swig doxygen
name=ldns
version=1.6.17
release=1
source=(http://www.nlnetlabs.nl/downloads/ldns/$name-$version.tar.gz)
build() {
cd $name-$version
sed -i 's/defined(@$also)/@$also/' doc/doxyparse.pl
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-static \
--with-drill
make
make doc
make DESTDIR=$PKG install
install -v -m755 -d $PKG/usr/share/doc/ldns-1.6.17
install -v -m644 doc/html/* $PKG/usr/share/doc/ldns-1.6.17
}