]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libsigc++/libsigc++.nm
ppp: Re-add ifname patch
[people/ms/ipfire-3.x.git] / libsigc++ / libsigc++.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libsigc++
7 version = 2.2.9
8 release = 1
9
10 groups = Development/Libraries
11 url = http://libsigc.sourceforge.net
12 license = GPLv2
13 summary = Callback Framework for C++.
14
15 description
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
20 dissimilar callbacks and has an ease of use unmatched by other C++ callback libraries.
21 end
22
23 source_dl =
24
25 build
26 requires
27 gcc-c++
28 m4
29 end
30 end
31
32 packages
33 package %{name}
34 end
35
36 package %{name}-devel
37 template DEVEL
38 end
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43 end