]> git.ipfire.org Git - ipfire-3.x.git/blame - log4cplus/log4cplus.nm
intel-microcode: Set correct permissions for dirs and files
[ipfire-3.x.git] / log4cplus / log4cplus.nm
CommitLineData
15f907e9
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = log4cplus
7version = 2.0.8
8release = 1
9
10groups = System/Libraries
11url = http://sourceforge.net/projects/log4cplus
12license = ASL 2.0
13summary = Logging Framework for C++
14
15description
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.
19end
20
21source_dl = http://downloads.sourceforge.net/%{name}/
22sources = %{thisapp}.tar.xz
23
24build
25 requires
26 gcc-c++
27 end
28end
29
30packages
31 package %{name}
32
33 package %{name}-devel
34 template DEVEL
35 end
36
37 package %{name}-debuginfo
38 template DEBUGINFO
39 end
40end