dnsmasq: update to 2.67.

This commit is contained in:
Juan RP 2013-11-03 07:20:30 +01:00
parent e094ad7478
commit 06dc8b69c5
1 changed files with 5 additions and 5 deletions

View File

@ -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 <xtraeme@gmail.com>"
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
}
}