1
0
forked from ports/opt

dnsmasq: update to 2.25

This commit is contained in:
Juergen Daubert 2006-01-15 11:30:38 +00:00
parent 50b0b86714
commit 911e45f92c
3 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,3 @@
90efed52fc4fab31022bd8e1f8d69eb5 dnsmasq
e74cbc3246aa814d923c2583112324a2 dnsmasq-2.24.patch
d269531be1f130ab642c71c593138d31 dnsmasq-2.24.tar.gz
e74cbc3246aa814d923c2583112324a2 dnsmasq-2.25.patch
a5a387aed551acf91990567a5e8e4fa4 dnsmasq-2.25.tar.gz

View File

@ -4,16 +4,18 @@
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
name=dnsmasq
version=2.24
version=2.25
release=1
source=(http://www.thekelleys.org.uk/$name/$name-$version.tar.gz \
$name-$version.patch dnsmasq)
build () {
cd $name-$version
patch -p1 < $SRC/$name-$version.patch
make
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
install -d $PKG/var/lib/dhcp