summaryrefslogtreecommitdiff
path: root/package/libnetfilter_acct/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-07-27 10:45:02 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-07-27 10:45:02 +0200
commit42dd254f5937274f164a5a7c5fb3c1f80e38e7af (patch)
tree9d2f1aa0333e04af8493d6a5f533b6e243bf5d2b /package/libnetfilter_acct/Makefile
parent7f0a66667a815bb8e28b4c8b93666b92a667b485 (diff)
full build on Darwin fixes
Diffstat (limited to 'package/libnetfilter_acct/Makefile')
-rw-r--r--package/libnetfilter_acct/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/package/libnetfilter_acct/Makefile b/package/libnetfilter_acct/Makefile
new file mode 100644
index 000000000..071f956de
--- /dev/null
+++ b/package/libnetfilter_acct/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_acct
+PKG_VERSION:= 1.0.0
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 246e97feb9cf98f7ddf70d71a3813336
+PKG_DESCR:= API to extended accounting infrastructure.
+PKG_SECTION:= libs
+PKG_DEPENDS:= libnfnetlink
+PKG_BUILDDEP:= libnfnetlink
+PKG_URL:= http://www.netfilter.org/projects/libnetfilter_acct/
+PKG_SITES:= http://www.netfilter.org/projects/libnetfilter_acct/files/
+
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,LIBNETFILTER_ACCT,libnetfilter-acct,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+post-install:
+ $(INSTALL_DIR) $(IDIR_LIBNETFILTER_ACCT)/usr/lib
+ $(CP) $(WRKINST)/usr/lib/libnetfilter_acct*so* \
+ $(IDIR_LIBNETFILTER_ACCT)/usr/lib/
+
+include ${TOPDIR}/mk/pkg-bottom.mk