           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.15.9
          SOURCE="gourmet-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:4eb437606feb69339c38220dd54f4eff06fda8b1d36922fa9a5638f5aac686336889e2c9be90a094af25fe5bc8e29e5f3434ac804a1a704ab262bcef3d7de315
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
