# $FreeWRT$ #- # This file is part of the FreeWRT project. FreeWRT is copyrighted # material, please see the LICENCE file in the top-level directory # or at http://www.freewrt.org/licence for details. include ${TOPDIR}/rules.mk PKG_NAME:= chillispot PKG_VERSION:= 1.0 PKG_RELEASE:= 8 PKG_MD5SUM:= 997827a9302a85920cfbc1334092ac0c MASTER_SITES= http://www.freewrt.org/distfiles/ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,CHILLISPOT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${ARCH})) CONFIGURE_STYLE= gnu CONFIGURE_ENV+= ac_cv_func_malloc_0_nonnull=yes \ ac_cv_func_memcmp_working=yes \ ac_cv_func_setvbuf_reversed=no BUILD_STYLE= auto INSTALL_STYLE= auto post-install: ${INSTALL_DIR} ${IDIR_CHILLISPOT}/etc/init.d ${INSTALL_DIR} ${IDIR_CHILLISPOT}/usr/sbin ${INSTALL_BIN} ./files/${PKG_NAME}.init \ ${IDIR_CHILLISPOT}/etc/init.d/chilli ${INSTALL_DATA} ${WRKBUILD}/doc/chilli.conf ${IDIR_CHILLISPOT}/etc/ ${INSTALL_BIN} ${WRKINST}/usr/sbin/chilli ${IDIR_CHILLISPOT}/usr/sbin/ include ${TOPDIR}/mk/pkg-bottom.mk