void-packages/srcpkgs/nsd/template
Christian Neukirchen aab6562577 nsd: update to 4.1.5.
2015-09-22 12:19:50 +02:00

26 lines
810 B
Bash

# Template file for 'nsd'
pkgname=nsd
version=4.1.5
revision=1
build_style=gnu-configure
build_pie=yes
configure_args="--enable-ratelimit
--with-libevent=${XBPS_CROSS_BASE}/usr
--with-ssl=${XBPS_CROSS_BASE}/usr"
makedepends="libevent-devel libressl-devel"
system_accounts="nsd"
nsd_homedir="/var/db/nsd"
make_dirs="/var/db/nsd 0755 nsd nsd"
short_desc="Authoritative only, high performance and simple DNS server"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="BSD"
homepage="http://www.nlnetlabs.nl/projects/nsd/"
distfiles="http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=105dda21fab68b150f1f4d045211869b13becadc52be830b9c0093f8e9f01baa
post_install() {
vsv nsd
vlicense LICENSE
rm -f ${DESTDIR}/etc/nsd/nsd.conf.sample
vsconf nsd.conf.sample
}