Merge openembedded@openembedded.bkbits.net:packages
[vuplus_openembedded] / nsd / nsd_2.0.0.oe
1 DESCRIPTION = "NSD is an authoritative only, high performance, simple andopen source name server"
2 SECTION = "net"
3 PRIORITY = "optional"
4 MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
5 DEPENDS = "virtual/libc"
6
7 SRC_URI = "http://www.nlnetlabs.nl/downloads/nsd/nsd-${PV}.tar.gz"
8
9 inherit autotools 
10
11 do_install() {
12         oe_runconf      configdir=${D}/etc/nsd              \
13                         pidfile=${D}/var/run/nsd.pid        \
14                         zonesfile=${D}/etc/nsd/nsd.zones    \
15                         dbfile=${D}/etc/nsd/nsd.db          \
16                         configfile=${D}/etc/nsd/nsdc.conf   \
17                         zonesdir=${D}/etc/nsd
18 }
19