# $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:= fwfirewall PKG_VERSION:= 1.1 PKG_RELEASE:= 6 NO_DISTFILES:= 1 include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,FWFIREWALL,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${ARCH})) do-install: ${INSTALL_DIR} ${IDIR_FWFIREWALL}/etc/init.d ${INSTALL_BIN} ./files/firewall.init ${IDIR_FWFIREWALL}/etc/init.d/firewall ${INSTALL_DATA} ./files/firewall.conf ${IDIR_FWFIREWALL}/etc/ include ${TOPDIR}/mk/pkg-bottom.mk