void-packages/srcpkgs/unbound/template

38 lines
1.1 KiB
Plaintext
Raw Normal View History

2014-07-06 15:52:29 +00:00
# Template file for 'unbound'
pkgname=unbound
2014-11-19 18:52:26 +00:00
version=1.5.0
revision=1
2014-07-06 15:52:29 +00:00
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"
2014-10-11 20:01:40 +00:00
conf_files="/etc/unbound/unbound.conf"
2014-07-14 11:22:30 +00:00
makedepends="libressl-devel expat-devel libevent-devel"
2014-07-06 15:52:29 +00:00
system_accounts="unbound"
2014-10-13 12:37:45 +00:00
replaces="runit-void<20141013_2"
2014-07-06 15:52:29 +00:00
short_desc="Validating, recursive, and caching DNS resolver"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="BSD"
homepage="http://unbound.net/"
distfiles="http://unbound.net/downloads/${pkgname}-${version}.tar.gz"
2014-11-13 13:49:07 +00:00
update_ignore="*rc*"
2014-11-19 18:52:26 +00:00
checksum=9fde4aeb8258bc864cd5e5d6d9b8bcf8fa12a57059424fece1c6adcc6387b876
2014-07-06 15:52:29 +00:00
post_install() {
vsconf doc/example.conf unbound.conf
2014-10-13 12:37:45 +00:00
vinstall ${FILESDIR}/unbound.conf 644 etc/unbound
vsv unbound
2014-07-06 15:52:29 +00:00
}
unbound-devel_package() {
2014-10-11 20:01:40 +00:00
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
}
2014-07-06 15:52:29 +00:00
}