]> git.ipfire.org Git - ipfire-3.x.git/blob - log4cplus/log4cplus.nm
intel-microcode: Set correct permissions for dirs and files
[ipfire-3.x.git] / log4cplus / log4cplus.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = log4cplus
7 version = 2.0.8
8 release = 1
9
10 groups = System/Libraries
11 url = http://sourceforge.net/projects/log4cplus
12 license = ASL 2.0
13 summary = Logging Framework for C++
14
15 description
16 log4cplus is a simple to use C++ logging API providing thread-safe, flexible,
17 and arbitrarily granular control over log management and configuration. It is
18 modeled after the Java log4j API.
19 end
20
21 source_dl = http://downloads.sourceforge.net/%{name}/
22 sources = %{thisapp}.tar.xz
23
24 build
25 requires
26 gcc-c++
27 end
28 end
29
30 packages
31 package %{name}
32
33 package %{name}-devel
34 template DEVEL
35 end
36
37 package %{name}-debuginfo
38 template DEBUGINFO
39 end
40 end