           SPELL=libgsf
         VERSION=1.14.5
          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]=GNU
        WEB_SITE=http://www.gnome.org/projects/gnumeric
         ENTERED=20020510
        KEYWORDS="gnome2 libs"
           SHORT="libgsf is The GNOME Structured File library"
cat << EOF
libgsf is The GNOME Structured File library. It is a replacement
for libole2. A very simple i/o abstraction intended for use importing
and exporting files. No monitoring, no inline modfication.
Goal is to support various structured file formats coming from arbitrary
sources to let us concentrate on parsing the content not the package.
EOF
