summaryrefslogtreecommitdiff
path: root/package/shorewall-common/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/shorewall-common/Makefile')
-rw-r--r--package/shorewall-common/Makefile71
1 files changed, 0 insertions, 71 deletions
diff --git a/package/shorewall-common/Makefile b/package/shorewall-common/Makefile
deleted file mode 100644
index 2c45fdd6c..000000000
--- a/package/shorewall-common/Makefile
+++ /dev/null
@@ -1,71 +0,0 @@
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-include ${ADK_TOPDIR}/rules.mk
-
-PKG_NAME:= shorewall-common
-PKG_VERSION:= 4.0.7
-PKG_RELEASE:= 2
-PKG_HASH:= bd392afff2bd4fd0488401d41192c6205f4694faaa7231065fed62fa03fc814c
-PKG_DESCR:= high-level netfilter configuration tool
-PKG_SECTION:= net/firewall
-PKG_DEPENDS:= iptables
-PKG_URL:= http://www.shorewall.net
-PKG_SITES:= http://www1.shorewall.net/pub/shorewall/4.0/shorewall-${PKG_VERSION}/
-
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
-
-include ${ADK_TOPDIR}/mk/package.mk
-
-$(eval $(call PKG_template,SHOREWALL,shorewall,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-
-CONFIG_STYLE:= manual
-BUILD_STYLE:= manual
-INSTALL_STYLE:= manual
-
-do-build:
- PREFIX="${WRKINST}" ${WRKBUILD}/install.sh -n
- # remove configfiles folder
- ${RM} -R ${WRKINST}/usr/share/shorewall/configfiles
-
-ifeq ($(ADK_PACKAGE_SHOREWALL_STRIPCONF),y)
- ${BASH} ./files/downstrip ${WRKINST}/etc/shorewall
-endif
-
-ifeq ($(ADK_PACKAGE_SHOREWALL_STRIPSHARED),y)
- ${BASH} ./files/downstrip ${WRKINST}/usr/share/shorewall
- ${BASH} ./files/downstrip ${WRKINST}/sbin
- gzip -9 ${WRKINST}/usr/share/shorewall/*.template
-endif
-
-do-install:
- ${INSTALL_DIR} ${IDIR_SHOREWALL}/etc/shorewall
- ${INSTALL_DIR} ${IDIR_SHOREWALL}/usr/share/shorewall
- ${INSTALL_DIR} ${IDIR_SHOREWALL}/usr/sbin
- ${INSTALL_DATA} ${WRKINST}/etc/shorewall/* \
- ${IDIR_SHOREWALL}/etc/shorewall/
- ${INSTALL_DATA} ${WRKINST}/usr/share/shorewall/actions.std \
- ${IDIR_SHOREWALL}/usr/share/shorewall/
- ${INSTALL_DATA} ${WRKINST}/usr/share/shorewall/configpath \
- ${IDIR_SHOREWALL}/usr/share/shorewall/
- ${INSTALL_DATA} ${WRKINST}/usr/share/shorewall/modules \
- ${IDIR_SHOREWALL}/usr/share/shorewall/
- ${INSTALL_DATA} ${WRKINST}/usr/share/shorewall/rfc1918 \
- ${IDIR_SHOREWALL}/usr/share/shorewall/
- ${INSTALL_DATA} ${WRKINST}/usr/share/shorewall/version \
- ${IDIR_SHOREWALL}/usr/share/shorewall/
- ${INSTALL_DATA} ${WRKINST}/usr/share/shorewall/action.* \
- ${IDIR_SHOREWALL}/usr/share/shorewall/
- ${INSTALL_DATA} ${WRKINST}/usr/share/shorewall/macro.* \
- ${IDIR_SHOREWALL}/usr/share/shorewall/
- ${INSTALL_DATA} ${WRKINST}/usr/share/shorewall/lib.* \
- ${IDIR_SHOREWALL}/usr/share/shorewall/
- ${INSTALL_BIN} ${WRKINST}/usr/share/shorewall/firewall \
- ${IDIR_SHOREWALL}/usr/share/shorewall/
- ${INSTALL_BIN} ${WRKINST}/usr/share/shorewall/functions \
- ${IDIR_SHOREWALL}/usr/share/shorewall/
- ${INSTALL_BIN} ${WRKINST}/usr/share/shorewall/wait4ifup \
- ${IDIR_SHOREWALL}/usr/share/shorewall/
- ${INSTALL_BIN} ${WRKINST}/sbin/shorewall ${IDIR_SHOREWALL}/usr/sbin
-
-include ${ADK_TOPDIR}/mk/pkg-bottom.mk