From bd2ce4cef215400ee5c262d26e37d184a2a37ebe Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 18 Mar 2018 15:46:54 +0100 Subject: [PATCH] unbound: tweaks. --- srcpkgs/unbound/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/unbound/template b/srcpkgs/unbound/template index 4a8c2d54550..f2474c25ef4 100644 --- a/srcpkgs/unbound/template +++ b/srcpkgs/unbound/template @@ -1,7 +1,7 @@ # Template file for 'unbound' pkgname=unbound version=1.7.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-libevent --with-conf-file=/etc/unbound/unbound.conf --with-pidfile=/run/unbound.pid --with-ssl=${XBPS_CROSS_BASE}/usr @@ -14,7 +14,7 @@ depends="dnssec-anchors" system_accounts="unbound" short_desc="Validating, recursive, and caching DNS resolver" maintainer="Leah Neukirchen " -license="3-clause-BSD" +license="BSD-3-Clause" homepage="http://unbound.net/" distfiles="http://unbound.net/downloads/${pkgname}-${version}.tar.gz" checksum=94dd9071fb13d8ccd122a3ac67c4524a3324d0e771fc7a8a7c49af8abfb926a2 @@ -27,12 +27,13 @@ post_install() { } unbound-devel_package() { - depends="unbound>=$version $makedepends" + depends="unbound>=$version libressl-devel libevent-devel" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/*.a vmove usr/lib/*.so + vmove usr/lib/pkgconfig vmove usr/share/man/man3 } }