summaryrefslogtreecommitdiffstats
path: root/rules/libnetfilter_log.make
diff options
context:
space:
mode:
authorBart vdr. Meulen <bartvdrmeulen@gmail.com>2012-05-28 14:42:49 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-05-31 16:59:29 +0200
commit27241f18f77153f03e3557919d6e645fdd2eab1e (patch)
treec258e5bd5e8bee9fad224a42a5701c933d391ad9 /rules/libnetfilter_log.make
parent5f23ab828db16a8926fc7051a61320e37afb7a0f (diff)
downloadptxdist-27241f18f77153f03e3557919d6e645fdd2eab1e.tar.gz
ptxdist-27241f18f77153f03e3557919d6e645fdd2eab1e.tar.xz
libnetfilter_log: Add new package
libnetfilter_log is a userspace library providing interface to packets that have been logged by the kernel packet filter. Signed-off-by: Bart vdr. Meulen <bartvdrmeulen@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libnetfilter_log.make')
-rw-r--r--rules/libnetfilter_log.make51
1 files changed, 51 insertions, 0 deletions
diff --git a/rules/libnetfilter_log.make b/rules/libnetfilter_log.make
new file mode 100644
index 000000000..c775cbec3
--- /dev/null
+++ b/rules/libnetfilter_log.make
@@ -0,0 +1,51 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2011 by Hans Kortenoeven <hans.kortenoeven@home.nl>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+PACKAGES-$(PTXCONF_LIBNETFILTER_LOG) += libnetfilter_log
+
+#
+# Paths and names
+#
+LIBNETFILTER_LOG_VERSION := 1.0.0
+LIBNETFILTER_LOG_MD5 := acdb188a1e7504e95636d0770ade393c
+LIBNETFILTER_LOG := libnetfilter_log-$(LIBNETFILTER_LOG_VERSION)
+LIBNETFILTER_LOG_SUFFIX := tar.bz2
+LIBNETFILTER_LOG_URL := http://ftp.netfilter.org/pub/libnetfilter_log/$(LIBNETFILTER_LOG).$(LIBNETFILTER_LOG_SUFFIX)
+LIBNETFILTER_LOG_SOURCE := $(SRCDIR)/$(LIBNETFILTER_LOG).$(LIBNETFILTER_LOG_SUFFIX)
+LIBNETFILTER_LOG_DIR := $(BUILDDIR)/$(LIBNETFILTER_LOG)
+LIBNETFILTER_LOG_LICENSE := GPL2
+
+#
+# autoconf
+#
+LIBNETFILTER_LOG_CONF_TOOL := autoconf
+
+# ----------------------------------------------------------------------------
+# Target-Install
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/libnetfilter_log.targetinstall:
+ @$(call targetinfo)
+
+ @$(call install_init, libnetfilter_log)
+ @$(call install_fixup, libnetfilter_log,PRIORITY,optional)
+ @$(call install_fixup, libnetfilter_log,SECTION,base)
+ @$(call install_fixup, libnetfilter_log,AUTHOR,"Hans Kortenoeven <hans.kortenoeven@home.nl>")
+ @$(call install_fixup, libnetfilter_log,DESCRIPTION,missing)
+
+ @$(call install_lib, libnetfilter_log, 0, 0, 0644, libnetfilter_log)
+ @$(call install_lib, libnetfilter_log, 0, 0, 0644, libnetfilter_log_libipulog)
+
+ @$(call install_finish, libnetfilter_log)
+ @$(call touch)
+