New package: ldns-1.6.17

This commit is contained in:
Christian Neukirchen 2014-11-22 15:47:11 +01:00
parent c93a7fcadc
commit 6e0d2f7720
5 changed files with 50 additions and 0 deletions

View File

@ -1827,3 +1827,4 @@ libstfl.so.0 stfl-0.23_1
libenventor.so.0 enventor-0.4.1_1
libCDApplet.so cairo-dock-plugins-3.4.0_1
libhydrogen-core-0.9.6.1.so hydrogen-0.9.6.1_1
libldns.so.1 libldns-1.6.17_1

View File

@ -0,0 +1,11 @@
--- examples/ldns-signzone.c.orig 2014-07-13 16:15:08.722786209 +0100
+++ examples/ldns-signzone.c 2014-07-13 16:15:24.772771739 +0100
@@ -473,7 +473,7 @@
case 'E':
ENGINE_load_builtin_engines();
ENGINE_load_dynamic();
- ENGINE_load_cryptodev();
+ /* ENGINE_load_cryptodev(); */
engine = ENGINE_by_id(optarg);
if (!engine) {
printf("No such engine: %s\n", optarg);

36
srcpkgs/ldns/template Normal file
View File

@ -0,0 +1,36 @@
# Template file for 'ldns'
pkgname=ldns
version=1.6.17
revision=1
build_style=gnu-configure
configure_args="--with-drill --with-examples
--with-trust-anchor=/etc/dns/root.key"
hostmakedepends="perl"
makedepends="libpcap-devel libressl-devel dnssec-anchors"
short_desc="Modern DNS/DNSSEC library -- utils"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="BSD"
homepage="http://www.nlnetlabs.nl/projects/ldns/"
distfiles="http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=8b88e059452118e8949a2752a55ce59bc71fa5bc414103e17f5b6b06f9bcc8cd
libldns_package() {
depends="dnssec-anchors"
short_desc="Modern DNS/DNSSEC library"
pkg_install() {
vmove "usr/lib/*.so.*"
}
}
libldns-devel_package() {
depends="libldns>=${version}_${revision}"
short_desc="Modern DNS/DNSSEC library -- development files"
pkg_install() {
vmove usr/bin/ldns-config
vmove usr/include
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/share/man/man1/ldns-config.1
vmove usr/share/man/man3
}
}

1
srcpkgs/libldns Symbolic link
View File

@ -0,0 +1 @@
ldns

1
srcpkgs/libldns-devel Symbolic link
View File

@ -0,0 +1 @@
ldns