b4361b96f460939558c814e41c24fb1bdd9cbeff
[vuplus_openembedded] / dnsmasq / dnsmasq_2.11.oe
1 SECTION = "console/network"
2 LICENSE = "GPL"
3 DESCRIPTION = "Dnsmasq is a lightweight, easy to configure \
4 DNS forwarder and DHCP server."
5 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
6
7 SRC_URI = "http://www.thekelleys.org.uk/dnsmasq/dnsmasq-${PV}.tar.gz"
8 S = "${WORKDIR}/dnsmasq-${PV}"
9
10 do_install () {
11         oe_runmake "PREFIX=${D}/${prefix}" \
12                    "BINDIR=${D}/${bindir}" \
13                    "MANDIR=${D}/${mandir}" \
14                    install
15 }