. "$GRIMOIRE"/MESON_FUNCTIONS
           SPELL=libsigc++3
         VERSION=2.12.0
     SOURCE_HASH=sha512:88e382e274a574a4b6129e23916054642e1696c663a4bb84f05e14a401f0cb56d0a0bf8c3a6273aec36ce121ce18a338b6d491fb213bcdf5a627bd382719e021
          BRANCH=`echo $VERSION|cut -d . -f 1,2`
          SOURCE=libsigc++-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/libsigc++-$VERSION"
   SOURCE_URL[0]=$GNOME_URL/sources/libsigc++/$BRANCH/$SOURCE
#      SOURCE_GPG=gurus.gpg:$SOURCE.sig
        WEB_SITE=http://libsigc.sourceforge.net/
         ENTERED=20020523
      LICENSE[0]=LGPL
        KEYWORDS="libs"
           SHORT="callback system for use in widget libraries"
cat << EOF
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 seperate library to provide for more general
use. It is the most complete library of its kind with the ablity 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.
EOF
