2009-12-04 06:05:13 +00:00
|
|
|
# Template file for 'dnsmasq'
|
|
|
|
pkgname=dnsmasq
|
2014-09-24 14:46:59 +00:00
|
|
|
version=2.72
|
2014-10-27 17:06:48 +00:00
|
|
|
revision=2
|
2013-11-03 06:20:30 +00:00
|
|
|
hostmakedepends="pkg-config"
|
|
|
|
makedepends="dbus-devel libcap-devel libidn-devel"
|
2014-01-01 15:10:11 +00:00
|
|
|
conf_files="/etc/dnsmasq.conf"
|
2014-10-27 17:06:48 +00:00
|
|
|
build_options="systemd"
|
2014-01-01 15:10:11 +00:00
|
|
|
system_accounts="dnsmasq"
|
2014-10-27 17:06:48 +00:00
|
|
|
dnsmasq_homedir="/var/chroot"
|
2009-12-04 06:05:13 +00:00
|
|
|
short_desc="Lightweight, easy to configure DNS forwarder and DHCP server"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-10-08 16:50:02 +00:00
|
|
|
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"
|
2014-09-24 14:46:59 +00:00
|
|
|
checksum=635f1b47417d17cf32e45cfcfd0213ac39fd09918479a25373ba9b2ce4adc05d
|
2009-12-04 06:05:13 +00:00
|
|
|
|
2012-05-27 18:04:01 +00:00
|
|
|
do_build() {
|
2011-10-08 16:50:02 +00:00
|
|
|
echo '#define HAVE_DBUS' >> src/config.h
|
2014-09-24 14:46:59 +00:00
|
|
|
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ${makejobs}
|
2011-10-08 16:50:02 +00:00
|
|
|
}
|
2012-05-27 18:04:01 +00:00
|
|
|
do_install() {
|
2011-10-08 16:50:02 +00:00
|
|
|
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
|
|
|
|
2014-10-27 17:06:48 +00:00
|
|
|
vsv dnsmasq
|
|
|
|
vconf dnsmasq.conf.example dnsmasq.conf
|
2011-10-08 16:50:02 +00:00
|
|
|
vinstall dbus/dnsmasq.conf 644 etc/dbus-1/system.d
|
2014-10-27 17:06:48 +00:00
|
|
|
|
|
|
|
if [ "$build_option_systemd" ]; then
|
|
|
|
vinstall ${FILESDIR}/dnsmasq.service 644 usr/lib/systemd/system
|
|
|
|
fi
|
2009-12-04 06:05:13 +00:00
|
|
|
}
|