description="Fast DNS library with the goal to simplify DNS programming." url="http://www.nlnetlabs.nl" contributors="Berlius,Rems,Greg,Tnut,Spiky" packager="Spiky " makedepends=(openssl libcap python swig doxygen) name=ldns version=1.8.3 source=(https://www.nlnetlabs.nl/downloads/$name/$name-$version.tar.gz) build() { cd $name-$version ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --disable-rpath \ --with-drill \ --with-examples \ --with-trust-anchor=/etc/trusted-key.key make make DESTDIR=$PKG install }