           SPELL=gnumeric
if [[ $GNUMERIC_DEVEL == y ]]; then
         VERSION=1.9.15
          SOURCE=$SPELL-$VERSION.tar.bz2
     SOURCE_HASH=sha512:da40ae39ed9ec1aea72b1163cbe3eff796fdaece5dcbde1e69e7a9971987df018b629dd1350c567795b17464b8be9f1f3b546f9c7867a60d4f4f13565c6804aa
else
         VERSION=1.8.4
          SOURCE=$SPELL-$VERSION.tar.bz2
      SOURCE_GPG=gurus.gpg:$SOURCE.sig
fi
          BRANCH=`echo $VERSION|cut -d . -f 1,2`
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
