. "$GRIMOIRE/FUNCTIONS"
           SPELL=dbus-c++
         VERSION=$(get_scm_version)
          SOURCE=$SPELL-git.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
   SOURCE_URL[0]=git://gitorious.org/dbus-cplusplus/mainline.git
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=1
#      SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
        WEB_SITE=http://sourceforge.net/apps/mediawiki/dbus-cplusplus/index.php?title=Main_Page
         ENTERED=20100702
      LICENSE[0]=GPL
        KEYWORDS="utils"
           SHORT="C++ API for D-BUS"
cat << EOF
dbus-c++ attempts to provide a C++ API for D-BUS. The library has a glib/gtk
and an Ecore mainloop integration. It also offers an optional own main loop.
EOF
