dnsmasq: remove long_desc.

This commit is contained in:
Juan RP 2014-02-18 16:47:07 +01:00
parent e1c2f7b4ff
commit 5e7c001d26
1 changed files with 2 additions and 10 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'dnsmasq'
pkgname=dnsmasq
version=2.67
revision=1
revision=2
hostmakedepends="pkg-config"
makedepends="dbus-devel libcap-devel libidn-devel"
conf_files="/etc/dnsmasq.conf"
@ -12,18 +12,10 @@ license="GPL-2"
homepage="http://www.thekelleys.org.uk/dnsmasq/doc.html"
distfiles="http://www.thekelleys.org.uk/$pkgname/$pkgname-$version.tar.gz"
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
can serve the names of local machines which are not in the global DNS.
The DHCP server integrates with the DNS server and allows machines with
DHCP-allocated addresses to appear in the DNS with names configured either in
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."
do_build() {
echo '#define HAVE_DBUS' >> src/config.h
make ${makejobs}
make CC=$CC ${makejobs}
}
do_install() {