[1/2] log4cplus: New package

Message ID 20230228102347.188481-1-stefan.schantl@ipfire.org
State Accepted
Commit 15f907e92703d0c1ea42b2ad35a506ec157a18a3
Headers
Series [1/2] log4cplus: New package |

Commit Message

Stefan Schantl Feb. 28, 2023, 10:23 a.m. UTC
  Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 log4cplus/log4cplus.nm | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)
 create mode 100644 log4cplus/log4cplus.nm
  

Patch

diff --git a/log4cplus/log4cplus.nm b/log4cplus/log4cplus.nm
new file mode 100644
index 000000000..5bcec4f3f
--- /dev/null
+++ b/log4cplus/log4cplus.nm
@@ -0,0 +1,40 @@ 
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = log4cplus
+version    = 2.0.8
+release    = 1
+
+groups     = System/Libraries
+url        = http://sourceforge.net/projects/log4cplus
+license    = ASL 2.0
+summary    = Logging Framework for C++
+
+description
+	log4cplus is a simple to use C++ logging API providing thread-safe, flexible,
+	and arbitrarily granular control over log management and configuration. It is
+	modeled after the Java log4j API.
+end
+
+source_dl  = http://downloads.sourceforge.net/%{name}/
+sources    = %{thisapp}.tar.xz
+
+build
+	requires
+		gcc-c++
+	end
+end
+
+packages
+	package %{name}
+
+	package %{name}-devel
+		template DEVEL
+	end
+
+	package %{name}-debuginfo
+		template DEBUGINFO
+	end
+end