aboutsummaryrefslogtreecommitdiffstats
path: root/nsd/nsd_2.0.0.oe
diff options
context:
space:
mode:
Diffstat (limited to 'nsd/nsd_2.0.0.oe')
-rw-r--r--nsd/nsd_2.0.0.oe23
1 files changed, 0 insertions, 23 deletions
diff --git a/nsd/nsd_2.0.0.oe b/nsd/nsd_2.0.0.oe
deleted file mode 100644
index 86f0e5714e..0000000000
--- a/nsd/nsd_2.0.0.oe
+++ /dev/null
@@ -1,23 +0,0 @@
-DESCRIPTION = "NSD is an authoritative only, high performance, simple and opensource name server"
-SECTION = "console/network"
-PRIORITY = "optional"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-
-SRC_URI = "http://www.nlnetlabs.nl/downloads/nsd/nsd-${PV}.tar.gz"
-
-inherit autotools
-
-do_install() {
- oe_runmake configdir=${D}/${sysconfdir}/nsd \
- pidfile=${D}/${localstatedir}/run/nsd.pid \
- zonesfile=${D}/${sysconfdir}/nsd/nsd.zones \
- dbfile=${D}/${sysconfdir}/nsd/nsd.db \
- configfile=${D}/${sysconfdir}/nsd/nsdc.conf \
- zonesdir=${D}/${sysconfdir}/nsd \
- prefix=${D}/${prefix} \
- exec_prefix=${D}/${exec_prefix} \
- sbindir=${D}/${sbindir} \
- mandir=${D}/${mandir} \
- install
-}
-