diff --git a/srcpkgs/dnsmasq/template b/srcpkgs/dnsmasq/template index 98911370230..035d12388a0 100644 --- a/srcpkgs/dnsmasq/template +++ b/srcpkgs/dnsmasq/template @@ -1,16 +1,14 @@ # Template file for 'dnsmasq' pkgname=dnsmasq -version=2.58 -revision=5 +version=2.64 +revision=1 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" maintainer="Juan RP " license="GPL-2" homepage="http://www.thekelleys.org.uk/dnsmasq/doc.html" distfiles="http://www.thekelleys.org.uk/$pkgname/$pkgname-$version.tar.gz" -checksum=d5f64ed65f2b9a4db846d6da5d6903ec03e86924c09e232f42c7b63bcbfa3be6 +checksum=78fdc82ca90d6c79ce52c54fd4a3912e8b1998f84cb05755a3781eae51fb6d11 long_desc=" 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 @@ -20,6 +18,9 @@ long_desc=" 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." +system_accounts="dnsmasq" +conf_files="/etc/dnsmasq.conf" + do_build() { echo '#define HAVE_DBUS' >> src/config.h make ${makejobs}