From 7e6fdef0763e365f3d7098bda4aa0202b9278c28 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 11 Jul 2017 20:17:57 +0200 Subject: [PATCH] ldns: add license. --- srcpkgs/ldns/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/ldns/template b/srcpkgs/ldns/template index 31d7ea8270e..c4a1ab05e5c 100644 --- a/srcpkgs/ldns/template +++ b/srcpkgs/ldns/template @@ -1,7 +1,7 @@ # Template file for 'ldns' pkgname=ldns version=1.7.0 -revision=3 +revision=4 build_style=gnu-configure configure_args="--with-drill --with-examples --disable-dane-ta-usage --with-trust-anchor=/etc/dns/root.key @@ -9,7 +9,7 @@ configure_args="--with-drill --with-examples --disable-dane-ta-usage hostmakedepends="perl" makedepends="libpcap-devel libressl-devel dnssec-anchors" short_desc="Modern DNS/DNSSEC library -- utils" -maintainer="Christian Neukirchen " +maintainer="Leah Neukirchen " license="BSD" homepage="http://www.nlnetlabs.nl/projects/ldns/" distfiles="http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${version}.tar.gz" @@ -20,9 +20,8 @@ post_extract() { } post_install() { sed -i -e "s|\(-specs=.*hardened-ld\)||g" -e "s|\(-specs=.*hardened-cc1\)||g" ${DESTDIR}/usr/bin/ldns-config + vlicense LICENSE } - - libldns_package() { depends="dnssec-anchors" short_desc="Modern DNS/DNSSEC library" @@ -30,7 +29,6 @@ libldns_package() { vmove "usr/lib/*.so.*" } } - libldns-devel_package() { depends="libldns>=${version}_${revision}" short_desc="Modern DNS/DNSSEC library -- development files"