dnsmasq: update to 2.64.

This commit is contained in:
Juan RP 2012-12-05 15:57:35 +01:00
parent 34dd945c59
commit d8b4842507

View file

@ -1,16 +1,14 @@
# Template file for 'dnsmasq' # Template file for 'dnsmasq'
pkgname=dnsmasq pkgname=dnsmasq
version=2.58 version=2.64
revision=5 revision=1
makedepends="pkg-config dbus-devel libcap-devel libidn-devel" makedepends="pkg-config dbus-devel libcap-devel libidn-devel"
system_accounts="dnsmasq"
conf_files="/etc/dnsmasq.conf /etc/conf.d/dnsmasq"
short_desc="Lightweight, easy to configure DNS forwarder and DHCP server" short_desc="Lightweight, easy to configure DNS forwarder and DHCP server"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2" license="GPL-2"
homepage="http://www.thekelleys.org.uk/dnsmasq/doc.html" homepage="http://www.thekelleys.org.uk/dnsmasq/doc.html"
distfiles="http://www.thekelleys.org.uk/$pkgname/$pkgname-$version.tar.gz" distfiles="http://www.thekelleys.org.uk/$pkgname/$pkgname-$version.tar.gz"
checksum=d5f64ed65f2b9a4db846d6da5d6903ec03e86924c09e232f42c7b63bcbfa3be6 checksum=78fdc82ca90d6c79ce52c54fd4a3912e8b1998f84cb05755a3781eae51fb6d11
long_desc=" long_desc="
Dnsmasq is a lightweight, easy to configure DNS forwarder and DHCP server. Dnsmasq is a lightweight, easy to configure DNS forwarder and DHCP server.
It is designed to provide DNS and, optionally, DHCP, to a small network. It It is designed to provide DNS and, optionally, DHCP, to a small network. It
@ -20,6 +18,9 @@ long_desc="
each host or in a central configuration file. Dnsmasq supports static and each host or in a central configuration file. Dnsmasq supports static and
dynamic DHCP leases and BOOTP/TFTP/PXE for network booting of diskless machines." dynamic DHCP leases and BOOTP/TFTP/PXE for network booting of diskless machines."
system_accounts="dnsmasq"
conf_files="/etc/dnsmasq.conf"
do_build() { do_build() {
echo '#define HAVE_DBUS' >> src/config.h echo '#define HAVE_DBUS' >> src/config.h
make ${makejobs} make ${makejobs}