           MODULE=libsigc++
       # 1.1.5 unstable branch
       # VERSION=1.1.4
        VERSION=1.0.4
          SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
   SOURCE_URL[0]=$SFORGE_URL/libsigc/$SOURCE
        WEB_SITE=http://libsigc.sourceforge.net
         ENTERED=20011011
         UPDATED=20011103
           SHORT="libsigc++ implements a callback system for 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
