Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org --- log4cplus/log4cplus.nm | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 log4cplus/log4cplus.nm
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/%%7Bname%7D/ +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