opt/dnsmasq/Pkgfile

23 lines
590 B
Plaintext
Raw Normal View History

2010-06-05 09:05:11 +02:00
# Description: Caching DNS forwarder and DHCP/TFTP server
2006-02-23 16:26:10 +01:00
# URL: http://www.thekelleys.org.uk/dnsmasq/doc.html
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2006-02-23 16:26:10 +01:00
name=dnsmasq
2018-03-19 12:20:12 +01:00
version=2.79
2015-06-15 16:41:59 +02:00
release=1
2012-08-25 10:05:15 +02:00
source=(http://www.thekelleys.org.uk/$name/$name-$version.tar.xz \
2006-03-18 09:53:58 +01:00
$name-config.patch dnsmasq)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
2008-02-13 12:26:31 +01:00
2008-05-31 17:26:02 +02:00
patch -p1 -i $SRC/$name-config.patch
2010-06-05 09:05:11 +02:00
2006-02-23 16:26:10 +01:00
make
2008-05-31 17:26:02 +02:00
make PREFIX=$PKG/usr install
2008-02-13 12:26:31 +01:00
2006-02-23 16:26:10 +01:00
install -D -m 755 $SRC/dnsmasq $PKG/etc/rc.d/dnsmasq
install -m 644 dnsmasq.conf.example $PKG/etc/dnsmasq.conf
install -d $PKG/var/lib/dhcp
}