void-packages/srcpkgs/nsd/template

27 lines
810 B
Bash
Raw Normal View History

2015-08-11 13:09:29 +00:00
# Template file for 'nsd'
pkgname=nsd
2015-09-22 10:19:38 +00:00
version=4.1.5
2015-09-10 10:02:22 +00:00
revision=1
2015-08-11 13:09:29 +00:00
build_style=gnu-configure
build_pie=yes
2015-08-11 14:26:46 +00:00
configure_args="--enable-ratelimit
--with-libevent=${XBPS_CROSS_BASE}/usr
--with-ssl=${XBPS_CROSS_BASE}/usr"
2015-08-11 13:09:29 +00:00
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"
2015-09-22 10:19:38 +00:00
checksum=105dda21fab68b150f1f4d045211869b13becadc52be830b9c0093f8e9f01baa
2015-08-11 13:09:29 +00:00
post_install() {
vsv nsd
vlicense LICENSE
rm -f ${DESTDIR}/etc/nsd/nsd.conf.sample
vsconf nsd.conf.sample
}