diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-29 12:46:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-29 12:46:11 +0100 |
commit | d89c077bd8905bdd079d69b11bedc1eb440067b9 (patch) | |
tree | 2c7bd2a8b642bd1ba0383adc4259bfe53b8515ec /package/ebtables/Makefile | |
parent | 706b94b351d574c66f9a6142f5bcae33a98274f3 (diff) |
add etables, finetune squid package, more busybox finetuning
Diffstat (limited to 'package/ebtables/Makefile')
-rw-r--r-- | package/ebtables/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/package/ebtables/Makefile b/package/ebtables/Makefile new file mode 100644 index 000000000..8499b12e9 --- /dev/null +++ b/package/ebtables/Makefile @@ -0,0 +1,28 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include ${TOPDIR}/rules.mk + +PKG_NAME:= iptables +PKG_VERSION:= 2.0.9 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 44f13990132c20299c1994cd6f425140 +PKG_DESCR:= ethernet bridging firewall tool +PKG_SECTION:= net +PKG_URL:= http://ebtables.sourceforge.net +PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=ebtables/} + +DISTFILES:= ${PKG_NAME}-v${PKG_VERSION}-1.tar.gz + +include ${TOPDIR}/mk/package.mk + +$(eval $(call PKG_template,EBTABLES,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) + +CONFIGURE_STYLE:= gnu +BUILD_STYLE:= auto +INSTALL_STYLE:= auto + +post-install: + ${INSTALL_DIR} ${IDIR_EBTABLES}/usr/sbin + +include ${TOPDIR}/mk/pkg-bottom.mk |