unbound: move to usr/bin.

This commit is contained in:
Juan RP 2015-06-02 11:09:44 +02:00
parent 13b95429eb
commit 25b2da2641
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
# Template file for 'unbound'
pkgname=unbound
version=1.5.3
revision=3
revision=4
build_pie=yes
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
--with-rootkey-file=/etc/dns/root.key"
--with-rootkey-file=/etc/dns/root.key --sbindir=/usr/bin"
conf_files="/etc/unbound/unbound.conf"
makedepends="libressl-devel expat-devel libevent-devel"
depends="dnssec-anchors"