From 06dc8b69c5d47b69aa9ec45891484f2ad524c732 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 3 Nov 2013 07:20:30 +0100 Subject: [PATCH] dnsmasq: update to 2.67. --- srcpkgs/dnsmasq/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/dnsmasq/template b/srcpkgs/dnsmasq/template index 839bedef436..f004f289171 100644 --- a/srcpkgs/dnsmasq/template +++ b/srcpkgs/dnsmasq/template @@ -1,14 +1,15 @@ # Template file for 'dnsmasq' pkgname=dnsmasq -version=2.64 +version=2.67 revision=1 -makedepends="pkg-config dbus-devel libcap-devel libidn-devel" +hostmakedepends="pkg-config" +makedepends="dbus-devel libcap-devel libidn-devel" 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=78fdc82ca90d6c79ce52c54fd4a3912e8b1998f84cb05755a3781eae51fb6d11 +checksum=92ec4c7b6124355b4df499684af24061d044a7fbc9d9c10faf26313964b16b4a 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 @@ -35,7 +36,6 @@ dnsmasq_package() { conf_files="/etc/dnsmasq.conf" system_accounts="dnsmasq" pkg_install() { - vmove etc - vmove usr + vmove all } }