# $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 include Makefile.inc include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,FWCF,fwcf,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) BUILD_STYLE= auto MAKE_FILE= GNUmakefile do-install: ${INSTALL_DIR} ${IDIR_FWCF}/sbin ${INSTALL_BIN} ${WRKBUILD}/fwcf.helper.out ${IDIR_FWCF}/sbin/fwcf.helper ${INSTALL_BIN} ${WRKSRC}/fwcf.sh ${IDIR_FWCF}/sbin/fwcf cd ${IDIR_FWCF}/sbin; for tgt in halt reboot poweroff; do \ ln fwcf $$tgt; \ done include ${TOPDIR}/mk/pkg-bottom.mk