void-packages/srcpkgs/dnsmasq/template

29 lines
895 B
Bash
Raw Normal View History

# Template file for 'dnsmasq'
pkgname=dnsmasq
2015-07-31 05:18:35 +00:00
version=2.75
2015-06-15 05:46:09 +00:00
revision=1
build_pie=yes
2013-11-03 06:20:30 +00:00
hostmakedepends="pkg-config"
makedepends="dbus-devel libcap-devel libidn-devel"
conf_files="/etc/dnsmasq.conf"
system_accounts="dnsmasq"
2014-10-27 17:06:48 +00:00
dnsmasq_homedir="/var/chroot"
short_desc="Lightweight, easy to configure DNS forwarder and DHCP server"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
2012-07-09 21:00:38 +00:00
homepage="http://www.thekelleys.org.uk/dnsmasq/doc.html"
distfiles="http://www.thekelleys.org.uk/$pkgname/$pkgname-$version.tar.gz"
2015-07-31 05:18:35 +00:00
checksum=f8252c0a0ba162c2cd45f81140c7c17cc40a5fca2b869d1a420835b74acad294
do_build() {
echo '#define HAVE_DBUS' >> src/config.h
2014-09-24 14:46:59 +00:00
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ${makejobs}
}
do_install() {
2015-06-02 06:46:13 +00:00
make PREFIX=/usr BINDIR=/usr/bin DESTDIR=${DESTDIR} install
2014-10-27 17:06:48 +00:00
vsv dnsmasq
vconf dnsmasq.conf.example dnsmasq.conf
vinstall dbus/dnsmasq.conf 644 etc/dbus-1/system.d
}