unbound: proper conf_files.

This commit is contained in:
Christian Neukirchen 2014-10-11 22:01:40 +02:00
parent 2587211524
commit ff09d527bd
1 changed files with 11 additions and 11 deletions

View File

@ -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
}
}