dnsmasq: update to 2.64.
This commit is contained in:
parent
34dd945c59
commit
d8b4842507
1 changed files with 6 additions and 5 deletions
|
@ -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 <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=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}
|
||||
|
|
Loading…
Reference in a new issue