From ff09d527bd9860f93a19a2c11beb12cb549df8a0 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sat, 11 Oct 2014 22:01:40 +0200 Subject: [PATCH] unbound: proper conf_files. --- srcpkgs/unbound/template | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/srcpkgs/unbound/template b/srcpkgs/unbound/template index 03ee1ec48ad..8988396764a 100644 --- a/srcpkgs/unbound/template +++ b/srcpkgs/unbound/template @@ -1,12 +1,12 @@ # Template file for 'unbound' pkgname=unbound version=1.4.22 -revision=3 +revision=4 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 --with-libevent=${XBPS_CROSS_BASE}/usr --with-libexpat=${XBPS_CROSS_BASE}/usr" -conf_file="/etc/unbound/unbound.conf" +conf_files="/etc/unbound/unbound.conf" makedepends="libressl-devel expat-devel libevent-devel" system_accounts="unbound" short_desc="Validating, recursive, and caching DNS resolver" @@ -18,17 +18,17 @@ checksum=1caf5081b2190ecdb23fc4d998b7999e28640c941f53baff7aee03c092a7d29f post_install() { vsconf doc/example.conf unbound.conf - vinstall ${FILESDIR}/unbound.conf 644 etc/unbound + vconf ${FILESDIR}/unbound.conf } unbound-devel_package() { - depends="unbound>=$version $makedepends" - short_desc+=" - development files" - pkg_install() { - vmove usr/include - vmove usr/lib/*.a - vmove usr/lib/*.so - vmove usr/share/man/man3 - } + depends="unbound>=$version $makedepends" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/*.a + vmove usr/lib/*.so + vmove usr/share/man/man3 + } }