summaryrefslogtreecommitdiff
path: root/package/conntrack-tools
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2010-04-11 23:37:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-04-12 20:06:22 +0200
commitef33aa27faa919cb13155e396f7f275cc51b1fe8 (patch)
tree369ce9cb6aa61235c496a8a4f205eab4a9c10ef4 /package/conntrack-tools
parent6e4361587337535619fcfed0a46719184c1aacf1 (diff)
new package conntrack-cools
Diffstat (limited to 'package/conntrack-tools')
-rw-r--r--package/conntrack-tools/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/package/conntrack-tools/Makefile b/package/conntrack-tools/Makefile
new file mode 100644
index 000000000..d4d53b8be
--- /dev/null
+++ b/package/conntrack-tools/Makefile
@@ -0,0 +1,26 @@
+# 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:= conntrack-tools
+PKG_VERSION:= 0.9.9
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 35b0ab9cde069b4ec8a493daae82d67b
+PKG_DESCR:= Connection tracking userspace tools
+PKG_SECTION:= firewall
+PKG_DEPENDS:= libnetfilter_conntrack
+PKG_BUILDDEP+= libnetfilter_conntrack
+PKG_URL:= http://conntrack-tools.netfilter.org
+PKG_SITES:= http://www.netfilter.org/projects/conntrack-tools/files/
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,CONNTRACK_TOOLS,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+post-install:
+ $(INSTALL_DIR) $(IDIR_CONNTRACK_TOOLS)/usr/sbin
+ $(INSTALL_BIN) $(WRKINST)/usr/sbin/conntrack{,d} $(IDIR_CONNTRACK_TOOLS)/usr/sbin/
+
+include ${TOPDIR}/mk/pkg-bottom.mk