2010-04-16 07:30:22 +00:00
|
|
|
# Template file for 'libsigc++'
|
|
|
|
pkgname=libsigc++
|
2011-11-19 01:14:56 +00:00
|
|
|
version=2.2.10
|
2010-04-16 07:30:22 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/2.2/$pkgname-$version.tar.bz2"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-06-21 13:27:33 +00:00
|
|
|
configure_args="--disable-documentation"
|
2010-04-16 07:30:22 +00:00
|
|
|
short_desc="Type-safe callback system for C++ programs"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-11-19 01:14:56 +00:00
|
|
|
checksum=d3d810c2ad469edfb2d4db29643bef189b7613019eadbd4a72823af3c73c959c
|
2010-04-16 07:30:22 +00:00
|
|
|
long_desc="
|
|
|
|
libsigc++ implements a full callback system for use in widget
|
|
|
|
libraries, abstract interfaces, and general programming. Originally
|
|
|
|
part of the Gtk-- widget set, libsigc++ is now a separate library to
|
|
|
|
provide for more general use. It is the most complete library of its
|
|
|
|
kind with the ability to connect an abstract callback to a class
|
|
|
|
method, function, or function object. It contains adaptor classes for
|
|
|
|
connection of dissimilar callbacks and has an ease of use unmatched by
|
|
|
|
other C++ callback libraries. Libsigc++ is licensed under the GNU
|
|
|
|
Library General Public License, LGPL."
|
|
|
|
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
Add_dependency build libstdc++-devel
|