]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libsigc++/libsigc++.nm
libpng: Update to 1.6.10.
[people/ms/ipfire-3.x.git] / libsigc++ / libsigc++.nm
CommitLineData
98db621b 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
98db621b
JPT
4###############################################################################
5
802ea3af
MT
6name = libsigc++
7version = 2.2.9
8release = 1
98db621b 9
802ea3af
MT
10groups = Development/Libraries
11url = http://libsigc.sourceforge.net
12license = GPLv2
13summary = Callback Framework for C++.
98db621b 14
802ea3af
MT
15description
16 libsigc++ implements a typesafe callback system for standard C++.
17 It allows you to define signals and to connect those signals to any callback
18 function, either global or a member function, regardless of whether it is
19 static or virtual. It also contains adaptor classes for connection of
98db621b 20 dissimilar callbacks and has an ease of use unmatched by other C++ callback libraries.
802ea3af
MT
21end
22
23source_dl =
24
25build
26 requires
27 gcc-c++
28 m4
29 end
30end
31
32packages
33 package %{name}
34 end
1f9bc2f0 35
802ea3af
MT
36 package %{name}-devel
37 template DEVEL
38 end
1f9bc2f0
MT
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
802ea3af 43end