           SPELL=bakery
         VERSION=2.4.1
          BRANCH=`echo ${VERSION}|cut -d . -f 1,2`
          SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
   SOURCE_URL[0]="${GNOME_URL}/sources/${SPELL}/${BRANCH}/${SOURCE}"
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
   FRESHMEAT_URL="http://freshmeat.net/projects/$SPELL/"
      LICENSE[0]='LGPL'
#     GCC_VERSION=3.4
        KEYWORDS="gnome2 libs"
        WEB_SITE="http://$SPELL.sourceforge.net/"
           SHORT='C++ Framework for creating GNOME applications'
cat << EOF
Bakery is a C++ Framework for creating GNOME applications using gnomemm and 
gtkmm. It provides a Document/View architecture, but it doesn't force you to use
the whole architecture. It makes it easy to start developing GNOME applications
by inheriting and overriding.
EOF
