28 lines
895 B
Bash
28 lines
895 B
Bash
# Template file for 'dnsmasq'
|
|
pkgname=dnsmasq
|
|
version=2.75
|
|
revision=1
|
|
build_pie=yes
|
|
hostmakedepends="pkg-config"
|
|
makedepends="dbus-devel libcap-devel libidn-devel"
|
|
conf_files="/etc/dnsmasq.conf"
|
|
system_accounts="dnsmasq"
|
|
dnsmasq_homedir="/var/chroot"
|
|
short_desc="Lightweight, easy to configure DNS forwarder and DHCP server"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-2"
|
|
homepage="http://www.thekelleys.org.uk/dnsmasq/doc.html"
|
|
distfiles="http://www.thekelleys.org.uk/$pkgname/$pkgname-$version.tar.gz"
|
|
checksum=f8252c0a0ba162c2cd45f81140c7c17cc40a5fca2b869d1a420835b74acad294
|
|
|
|
do_build() {
|
|
echo '#define HAVE_DBUS' >> src/config.h
|
|
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ${makejobs}
|
|
}
|
|
do_install() {
|
|
make PREFIX=/usr BINDIR=/usr/bin DESTDIR=${DESTDIR} install
|
|
|
|
vsv dnsmasq
|
|
vconf dnsmasq.conf.example dnsmasq.conf
|
|
vinstall dbus/dnsmasq.conf 644 etc/dbus-1/system.d
|
|
}
|