summaryrefslogtreecommitdiff
path: root/nsd/nsd_2.0.0.oe
blob: f2690f609f89542f4f8640a2ed2ba19cae5e7bda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "NSD is an authoritative only, high performance, simple andopen source name server"
SECTION = "net"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
DEPENDS = "virtual/libc"

SRC_URI = "http://www.nlnetlabs.nl/downloads/nsd/nsd-${PV}.tar.gz"

inherit autotools 

do_install() {
	oe_runconf 	configdir=${D}/etc/nsd              \
			pidfile=${D}/var/run/nsd.pid        \
			zonesfile=${D}/etc/nsd/nsd.zones    \
			dbfile=${D}/etc/nsd/nsd.db          \
			configfile=${D}/etc/nsd/nsdc.conf   \
			zonesdir=${D}/etc/nsd
}