           SPELL=abiword
if [ "$DEVEL" == "y" ] ;then
         VERSION=2.5.1
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://www.abisource.com/downloads/abiword/$VERSION/source/$SOURCE
else
         VERSION=2.4.6
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
   SOURCE_URL[1]=http://www.abisource.com/downloads/abiword/$VERSION/source/$SOURCE
fi
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
      LICENSE[0]=GPL
        WEB_SITE=http://www.abisource.com
         ENTERED=20030429
         UPDATED=20050607
        KEYWORDS="gnome2"
           SHORT="GNOME word processor"
cat << EOF
Abiword is a free word processing program similar to Microsoft Word.
It is suitable for typing papers, letter, reports, memos and so forth.
EOF
