Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Packham <judge.packham@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [RFC PATCH 1/2] eventlog: New package
Date: Sat, 26 Sep 2015 23:25:42 +1200	[thread overview]
Message-ID: <1443266743-20775-2-git-send-email-judge.packham@gmail.com> (raw)
In-Reply-To: <1443266743-20775-1-git-send-email-judge.packham@gmail.com>

eventlog is a library for creating structured events from applications,
and is the workhorse behind syslog-ng's own messages.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
---
 package/Config.in            |  1 +
 package/eventlog/Config.in   |  5 +++++
 package/eventlog/eventlog.mk | 14 ++++++++++++++
 3 files changed, 20 insertions(+)
 create mode 100644 package/eventlog/Config.in
 create mode 100644 package/eventlog/eventlog.mk

diff --git a/package/Config.in b/package/Config.in
index 9dff5e8..2c033ba 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -943,6 +943,7 @@ endmenu
 
 menu "Logging"
 	source "package/glog/Config.in"
+	source "package/eventlog/Config.in"
 	source "package/liblog4c-localtime/Config.in"
 	source "package/liblogging/Config.in"
 	source "package/log4cplus/Config.in"
diff --git a/package/eventlog/Config.in b/package/eventlog/Config.in
new file mode 100644
index 0000000..3ba909a
--- /dev/null
+++ b/package/eventlog/Config.in
@@ -0,0 +1,5 @@
+config BR2_PACKAGE_EVENTLOG
+	bool "eventlog"
+	help
+	  eventlog is a library for creating structured events from
+	  applications, and is the workhorse behind syslog-ng's own messages.
diff --git a/package/eventlog/eventlog.mk b/package/eventlog/eventlog.mk
new file mode 100644
index 0000000..14bbbfe
--- /dev/null
+++ b/package/eventlog/eventlog.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# eventlog
+#
+################################################################################
+
+EVENTLOG_VERSION = 0.2.12
+EVENTLOG_SOURCE = eventlog_$(EVENTLOG_VERSION).tar.gz
+EVENTLOG_SITE = https://my.balabit.com/downloads/eventlog/0.2/
+EVENTLOG_LICENSE = BSD
+EVENTLOG_LICENSE_FILES = COPYING
+EVENTLOG_INSTALL_STAGING = YES
+
+$(eval $(autotools-package))
-- 
2.5.0

  reply	other threads:[~2015-09-26 11:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-26 11:25 [Buildroot] [RFC PATCH 0/2] Syslog-ng Chris Packham
2015-09-26 11:25 ` Chris Packham [this message]
2015-09-28 10:43   ` [Buildroot] [RFC PATCH 1/2] eventlog: New package Vicente Olivert Riera
2015-10-13 21:56   ` Thomas Petazzoni
2015-09-26 11:25 ` [Buildroot] [RFC PATCH 2/2] syslog-ng: " Chris Packham
2015-09-26 11:35   ` Chris Packham

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=1443266743-20775-2-git-send-email-judge.packham@gmail.com \
    --to=judge.packham@gmail.com \
    --cc=buildroot@busybox.net \
    /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