           SPELL=goffice
         VERSION=0.8.11
          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
      SOURCE_GPG=gurus.gpg:$SOURCE.sig
      LICENSE[0]=LGPL
        WEB_SITE=http://www.gnome.org/
         ENTERED=20050530
        KEYWORDS="gnome2 libs"
           SHORT="GOffice shared functionality"
cat << EOF
Goffice is a set of document centric components for GLib and GTK+.

There are common operations for document centric applications that are
conceptually simple, but complex to implement fully.
  - plugins
  - load/save documents
  - undo/redo

Goffice provides a single library for performing such operations.
EOF
