aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dnsmasq/dnsmasq_2.11.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/dnsmasq/dnsmasq_2.11.bb')
-rw-r--r--packages/dnsmasq/dnsmasq_2.11.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/dnsmasq/dnsmasq_2.11.bb b/packages/dnsmasq/dnsmasq_2.11.bb
index e69de29bb2..7627ae3e09 100644
--- a/packages/dnsmasq/dnsmasq_2.11.bb
+++ b/packages/dnsmasq/dnsmasq_2.11.bb
@@ -0,0 +1,15 @@
+SECTION = "console/network"
+LICENSE = "GPL"
+DESCRIPTION = "Dnsmasq is a lightweight, easy to configure \
+DNS forwarder and DHCP server."
+MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+
+SRC_URI = "http://www.thekelleys.org.uk/dnsmasq/dnsmasq-${PV}.tar.gz"
+S = "${WORKDIR}/dnsmasq-${PV}"
+
+do_install () {
+ oe_runmake "PREFIX=${D}${prefix}" \
+ "BINDIR=${D}${bindir}" \
+ "MANDIR=${D}${mandir}" \
+ install
+}