           SPELL=grecipe-manager
if [[ $GRM_SCM == y ]]; then
if [[ $GRM_SCM_AUTO == y ]]; then
         VERSION=$(date +%Y%m%d)
else
         VERSION=scm
fi
          SOURCE=$SPELL-scm.tar.bz2
   SOURCE_URL[0]=git://$SPELL.git.sourceforge.net/gitroot/$SPELL:$SPELL-scm
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-scm"
else
         VERSION=0.14.7
          SOURCE="gourmet-${VERSION}.tar.gz"
   SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:483e7f268098c4ee91c6bff031db88605837bab479e4523403728e82146a377b5daabab81e6dc068b9cbb1882fe7ef8eb3faba18745b85bb04e6e6074eab5547
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/gourmet-${VERSION}"
fi
        WEB_SITE="http://grecipe-manager.sourceforge.net/"
      LICENSE[0]=GPL
         ENTERED=20090405
           SHORT="simple but powerful recipe-managing application"
cat << EOF
Gourmet Recipe Manager is a simple but powerful recipe-managing
application. Gourmet is intended for the GNOME desktop environment, but
works on any platform that gtk supports, including windows.

Gourmet allows you to collect, search and organize your recipes, and to
automatically generate shopping lists from your collection. The latest version
also allows you to calculate nutritional information for your recipes using
the USDA food database (or entering custom information by hand).
EOF
