source: freewrt/package/fwfirewall/Makefile@ d35d965

Last change on this file since d35d965 was 50387c8, checked in by Thorsten Glaser <tg@…>, 19 years ago

bleh

git-svn-id: svn://www.freewrt.org/trunk/freewrt@2770 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 666 bytes
Line 
1# $FreeWRT$
2#-
3# This file is part of the FreeWRT project. FreeWRT is copyrighted
4# material, please see the LICENCE file in the top-level directory
5# or at http://www.freewrt.org/licence for details.
6
7include ${TOPDIR}/rules.mk
8
9PKG_NAME:= fwfirewall
10PKG_VERSION:= 1.1
11PKG_RELEASE:= 5
12NO_DISTFILES:= 1
13
14include ${TOPDIR}/mk/package.mk
15
16$(eval $(call PKG_template,FWFIREWALL,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
17
18do-install:
19 ${INSTALL_DIR} ${IDIR_FWFIREWALL}/etc/init.d
20 ${INSTALL_BIN} ./files/firewall.init ${IDIR_FWFIREWALL}/etc/init.d/firewall
21 ${INSTALL_DATA} ./files/firewall.conf ${IDIR_FWFIREWALL}/etc/
22
23include ${TOPDIR}/mk/pkg-bottom.mk
Note: See TracBrowser for help on using the repository browser.