From d0dfec5eba30b6c61d112ef3b71c27509e7d1943 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 3 Nov 2013 17:13:25 +0100 Subject: convert to autotool infrastructure --- package/chillispot/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'package/chillispot/Makefile') diff --git a/package/chillispot/Makefile b/package/chillispot/Makefile index 561058088..fac01c22a 100644 --- a/package/chillispot/Makefile +++ b/package/chillispot/Makefile @@ -5,10 +5,11 @@ include ${TOPDIR}/rules.mk PKG_NAME:= chillispot PKG_VERSION:= 1.1.0 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= 9d2597756af3fa14d7331b4a3651fc9b PKG_DESCR:= Wireless LAN Access Point Controller PKG_SECTION:= wifi +PKG_BUILDDEP:= autotool PKG_DEPENDS:= kmod-tun PKG_URL:= http://www.chillispot.info/ PKG_SITES= http://www.chillispot.info/download/ @@ -17,7 +18,9 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,CHILLISPOT,chillispot,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -post-install: +AUTOTOOL_STYLE:= autoreconf + +chillispot-install: ${INSTALL_DIR} ${IDIR_CHILLISPOT}/usr/sbin ${IDIR_CHILLISPOT}/etc ${INSTALL_DATA} ./files/chilli.conf \ ${IDIR_CHILLISPOT}/etc/ -- cgit v1.2.3