dnsmasq: update to 2.42

This commit is contained in:
Juergen Daubert 2008-05-31 17:26:02 +02:00
parent 5ee940fc9f
commit 276030c9e3
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,3 @@
d1b2a1f31cea2c529358d7e73bcda6bd dnsmasq
b067598c3e9b91819a8be5cb59cbf90e dnsmasq-2.41.tar.gz
78a23a31a35b8427a8589b76c1ae3ff6 dnsmasq-2.42.tar.gz
a24fbe301b70ecf10fa3fb3f26de9924 dnsmasq-config.patch

View File

@ -3,17 +3,17 @@
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
name=dnsmasq
version=2.41
release=2
version=2.42
release=1
source=(http://www.thekelleys.org.uk/$name/$name-$version.tar.gz \
$name-config.patch dnsmasq)
build () {
cd $name-$version
patch -p1 < $SRC/$name-config.patch
patch -p1 -i $SRC/$name-config.patch
make
make PREFIX=$PKG/usr install
make PREFIX=$PKG/usr install
install -D -m 755 $SRC/dnsmasq $PKG/etc/rc.d/dnsmasq
install -m 644 dnsmasq.conf.example $PKG/etc/dnsmasq.conf