From: "Bart vdr. Meulen" <bartvdrmeulen@gmail.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] libnetfilter_log: Add new package
Date: Mon, 28 May 2012 14:42:49 +0200 [thread overview]
Message-ID: <1338208981-8681-23-git-send-email-bartvdrmeulen@gmail.com> (raw)
From: "Bart vdr. Meulen" <bartvdrmeulen@gmail.com>
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>
---
rules/libnetfilter_log.in | 12 ++++++++++
rules/libnetfilter_log.make | 51 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 63 insertions(+)
create mode 100644 rules/libnetfilter_log.in
create mode 100644 rules/libnetfilter_log.make
diff --git a/rules/libnetfilter_log.in b/rules/libnetfilter_log.in
new file mode 100644
index 0000000..c1083d1
--- /dev/null
+++ b/rules/libnetfilter_log.in
@@ -0,0 +1,12 @@
+## SECTION=networking
+
+config LIBNETFILTER_LOG
+ tristate
+ select LIBNFNETLINK
+ prompt "libnetfilter_log"
+ help
+ libnetfilter_log is a userspace library providing interface
+ to packets that have been logged by the kernel packet filter.
+ It is is part of a system that deprecates the old syslog/dmesg
+ based packet logging.
+ This library has been previously known as libnfnetlink_log.
diff --git a/rules/libnetfilter_log.make b/rules/libnetfilter_log.make
new file mode 100644
index 0000000..c775cbe
--- /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)
+
--
1.7.9.5
--
ptxdist mailing list
ptxdist@pengutronix.de
reply other threads:[~2012-05-28 13:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1338208981-8681-23-git-send-email-bartvdrmeulen@gmail.com \
--to=bartvdrmeulen@gmail.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox