void-packages/srcpkgs/dnsmasq/template
2014-05-21 21:52:20 +02:00

28 lines
860 B
Plaintext

# Template file for 'dnsmasq'
pkgname=dnsmasq
version=2.71
revision=1
hostmakedepends="pkg-config"
makedepends="dbus-devel libcap-devel libidn-devel"
conf_files="/etc/dnsmasq.conf"
system_accounts="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=7d8c64f66a396442e01b639df3ea6b4e02ba88cbe206c80be8de68b6841634c4
do_build() {
echo '#define HAVE_DBUS' >> src/config.h
make CC=$CC ${makejobs}
}
do_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} install
vinstall dnsmasq.conf.example 644 etc dnsmasq.conf
vinstall ${FILESDIR}/dnsmasq.service 644 usr/lib/systemd/system
vinstall dbus/dnsmasq.conf 644 etc/dbus-1/system.d
}