27 lines
860 B
Text
27 lines
860 B
Text
# Template file for 'dnsmasq'
|
|
pkgname=dnsmasq
|
|
version=2.67
|
|
revision=2
|
|
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=92ec4c7b6124355b4df499684af24061d044a7fbc9d9c10faf26313964b16b4a
|
|
|
|
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
|
|
}
|