]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - libsigc++/libsigc++.nm
Move all packages to root.
[people/ms/ipfire-3.x.git] / libsigc++ / libsigc++.nm
diff --git a/libsigc++/libsigc++.nm b/libsigc++/libsigc++.nm
new file mode 100644 (file)
index 0000000..e672087
--- /dev/null
@@ -0,0 +1,39 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = libsigc++
+version    = 2.2.9
+release    = 1
+
+groups     = Development/Libraries
+url        = http://libsigc.sourceforge.net
+license    = GPLv2
+summary    = Callback Framework for C++.
+
+description
+       libsigc++ implements a typesafe callback system for standard C++.
+       It allows you to define signals and to connect those signals to any callback
+       function, either global or a member function, regardless of whether it is
+       static or virtual. It also contains adaptor classes for connection of
+       dissimilar callbacks and has an ease of use unmatched by other C++ callback libraries.
+end
+
+source_dl  =
+
+build
+       requires
+               gcc-c++
+               m4
+       end
+end
+
+packages
+       package %{name}
+       end
+       
+       package %{name}-devel
+               template DEVEL
+       end
+end