summaryrefslogtreecommitdiff
path: root/package/dnsmasq
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-26 09:53:28 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-26 09:56:01 +0200
commit1aacea2738c291c5e144ad1913c3ed6cca9f87db (patch)
treef8a39f8d250a1a8bc1e56a3607b59231281f1927 /package/dnsmasq
parent5bdd93287770808c4100008b8b0b39c1a55bf098 (diff)
use XZ tarballs as default
Diffstat (limited to 'package/dnsmasq')
-rw-r--r--package/dnsmasq/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile
index 3e4e23e3c..5f488cfee 100644
--- a/package/dnsmasq/Makefile
+++ b/package/dnsmasq/Makefile
@@ -4,23 +4,21 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= dnsmasq
-PKG_VERSION:= 2.67
+PKG_VERSION:= 2.69
PKG_RELEASE:= 1
-PKG_MD5SUM:= 3560068c6cc644a01924fa089a70bb9c
-PKG_DESCR:= A lightweight DNS and DHCP server
+PKG_MD5SUM:= c5a1152e646eb54db4f33f8e0deee180
+PKG_DESCR:= lightweight DNS and DHCP server
PKG_SECTION:= dns
PKG_URL:= http://thekelleys.org.uk/dnsmasq/
PKG_SITES:= http://thekelleys.org.uk/dnsmasq/
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
-
include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,DNSMASQ,dnsmasq,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIG_STYLE:= manual
-post-install:
+dnsmasq-install:
${INSTALL_DIR} ${IDIR_DNSMASQ}/usr/sbin ${IDIR_DNSMASQ}/etc
${INSTALL_BIN} ${WRKINST}/usr/sbin/dnsmasq ${IDIR_DNSMASQ}/usr/sbin
${INSTALL_DATA} ./files/dnsmasq.conf ${IDIR_DNSMASQ}/etc/dnsmasq.conf