void-packages/srcpkgs/libsigc++/template
Juan RP 1b531a707c libsigc++: move so symlink into main pkg.
--HG--
extra : convert_revision : 688566f4c1c4c4a66c230d58c8dc797056d4470c
2010-04-24 17:47:56 +02:00

26 lines
1.1 KiB
Plaintext

# Template file for 'libsigc++'
pkgname=libsigc++
version=2.2.6
revision=1
distfiles="${GNOME_SITE}/$pkgname/2.2/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="Type-safe callback system for C++ programs"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=93bfd6fc867c99dd3cad695908b45d35b640c6cd12dace43bfa38e48e9a54caa
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 run libgcc
Add_dependency run glibc
Add_dependency run libstdc++
Add_dependency build libstdc++-devel