91e57255053ced8f16e48f748ac9d8d6615eebef
[vuplus_openembedded] / dnsmasq / dnsmasq_2.15.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         install -d ${D}/etc/
15         install -m 0755 ${S}/dnsmasq.conf.example ${D}/etc/dnsmasq.conf
16 }