           SPELL=dbus-c++
  if  [[ $DBUS_CPP_AUTOUPDATE == y ]];  then
         VERSION=$(date +%Y%m%d)
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
  else
         VERSION=git
          SOURCE=$SPELL-git.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
  fi
   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
