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