           SPELL=gnumeric
if [[ $GNUMERIC_DEVEL == y ]]; then
         VERSION=1.9.9
     SOURCE_HASH=sha512:194ca0b9a80f4cedfbd708be334918fe553a6f7ba7ddbdf42ea00e8c55afbf1d2c6e7ee556dcb1528dc29dbcefd26b6e06bab70e52e0e80022996438ec541aba
else
         VERSION=1.8.4
      SOURCE_GPG=gurus.gpg:$SOURCE.sig
fi
          BRANCH=`echo $VERSION|cut -d . -f 1,2`
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
      LICENSE[0]=GPL
        WEB_SITE=http://www.gnome.org/projects/gnumeric
         ENTERED=20020513
           SHORT="GNOME spreadsheet"
cat << EOF
Gnumeric is intended to be a drop in replacement for commercial
spreadsheets. We are not attempting to clone existing applications.
However, we offer a customizable feel that attempts to minimize the
costs of transition.

Gnumeric will import your existing Excel, 1-2-3, Applix, Sylk, XBase
and Oleo files.
EOF
