]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
log4cplus: New package
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 28 Feb 2023 10:23:46 +0000 (11:23 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 28 Feb 2023 14:22:01 +0000 (14:22 +0000)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
log4cplus/log4cplus.nm [new file with mode: 0644]

diff --git a/log4cplus/log4cplus.nm b/log4cplus/log4cplus.nm
new file mode 100644 (file)
index 0000000..5bcec4f
--- /dev/null
@@ -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