Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH resend] log4cplus: new package
@ 2013-12-05 23:15 Peter Seiderer
  2013-12-05 23:18 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Seiderer @ 2013-12-05 23:15 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
Resend with Reviewed-by (see http://lists.busybox.net/pipermail/buildroot/2013-November/082058.html)
---
 package/Config.in              |  1 +
 package/log4cplus/Config.in    | 15 +++++++++++++++
 package/log4cplus/log4cplus.mk | 14 ++++++++++++++
 3 files changed, 30 insertions(+)
 create mode 100644 package/log4cplus/Config.in
 create mode 100644 package/log4cplus/log4cplus.mk

diff --git a/package/Config.in b/package/Config.in
index 311cc6c..1edc906 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -707,6 +707,7 @@ source "package/libtpl/Config.in"
 source "package/libunwind/Config.in"
 source "package/liburcu/Config.in"
 source "package/linux-pam/Config.in"
+source "package/log4cplus/Config.in"
 source "package/log4cxx/Config.in"
 source "package/lttng-libust/Config.in"
 source "package/mpc/Config.in"
diff --git a/package/log4cplus/Config.in b/package/log4cplus/Config.in
new file mode 100644
index 0000000..8a112a4
--- /dev/null
+++ b/package/log4cplus/Config.in
@@ -0,0 +1,15 @@
+config BR2_PACKAGE_LOG4CPLUS
+	bool "log4cplus"
+	depends on BR2_INSTALL_LIBSTDCPP
+	depends on BR2_USE_WCHAR
+	depends on BR2_TOOLCHAIN_HAS_THREADS
+	help
+	  log4cplus is a simple to use C++ logging API providing
+	  thread-safe, flexible, and arbitrarily granular control
+	  over log management and configuration. It is modelled
+	  after the Java log4j API.
+
+	  http://sourceforge.net/projects/log4cplus
+
+comment "log4cplus needs a toolchain w/ C++, wchar, threads"
+	depends on !(BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)
diff --git a/package/log4cplus/log4cplus.mk b/package/log4cplus/log4cplus.mk
new file mode 100644
index 0000000..292fa66
--- /dev/null
+++ b/package/log4cplus/log4cplus.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# log4cplus
+#
+################################################################################
+
+LOG4CPLUS_VERSION = 1.1.2
+LOG4CPLUS_SOURCE = log4cplus-$(LOG4CPLUS_VERSION).tar.xz
+LOG4CPLUS_SITE = http://downloads.sourceforge.net/project/log4cplus/log4cplus-stable/$(LOG4CPLUS_VERSION)
+LOG4CPLUS_LICENSE = Apache-2.0
+LOG4CPLUS_LICENSE_FILES = LICENSE
+LOG4CPLUS_INSTALL_STAGING = YES
+
+$(eval $(autotools-package))
-- 
1.8.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH resend] log4cplus: new package
  2013-12-05 23:15 [Buildroot] [PATCH resend] log4cplus: new package Peter Seiderer
@ 2013-12-05 23:18 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2013-12-05 23:18 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Seiderer <ps.report@gmx.net> writes:

 > Signed-off-by: Peter Seiderer <ps.report@gmx.net>
 > Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
 > ---
 > Resend with Reviewed-by (see http://lists.busybox.net/pipermail/buildroot/2013-November/082058.html)

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-12-05 23:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-05 23:15 [Buildroot] [PATCH resend] log4cplus: new package Peter Seiderer
2013-12-05 23:18 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox