summaryrefslogtreecommitdiff
path: root/package/libnetfilter_conntrack/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-04-04 10:06:29 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-04-04 10:06:29 +0200
commit4d569ed1a3305c7b7abe8fa4273cea3b559cc85a (patch)
tree7ad8952e59f53a23bcba0ee92086cd8adb96799c /package/libnetfilter_conntrack/Makefile
parent8c3ac66ed98ec86d0917078b4aab0e3e6df16cd3 (diff)
parentca760844fcd08190b692a674ff387fe15c39a497 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libnetfilter_conntrack/Makefile')
-rw-r--r--package/libnetfilter_conntrack/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/package/libnetfilter_conntrack/Makefile b/package/libnetfilter_conntrack/Makefile
new file mode 100644
index 000000000..83fc76459
--- /dev/null
+++ b/package/libnetfilter_conntrack/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:= libnetfilter_conntrack
+PKG_VERSION:= 0.0.101
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 3c4b4048c914f2694c3ca6de2bb457dc
+PKG_DESCR:= API to connection tracking state table
+PKG_SECTION:= libs
+PKG_DEPENDS:= libnfnetlink
+PKG_BUILDDEP+= libnfnetlink
+PKG_URL:= http://www.netfilter.org/projects/libnetfilter_conntrack/
+PKG_SITES:= http://www.netfilter.org/projects/libnetfilter_conntrack/files/
+
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,LIBNETFILTER_CONNTRACK,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+post-install:
+ $(INSTALL_DIR) $(IDIR_LIBNETFILTER_CONNTRACK)/usr/lib
+ $(CP) $(WRKINST)/usr/lib/libnetfilter_conntrack*so* \
+ $(IDIR_LIBNETFILTER_CONNTRACK)/usr/lib/
+
+include ${TOPDIR}/mk/pkg-bottom.mk