           SPELL=gnucash
if  [  "$CVS"  ==  "y"  ];  then
         VERSION=cvs
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=cvs://:pserver:cvs:guest@cvs.gnucash.org:/home/cvs/cvsroot:gnucash:gnucash-gnome2-dev
  FORCE_DOWNLOAD="on"
          MD5[0]=IGNORE
else
         VERSION=1.8.11
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://www.gnucash.org/pub/gnucash/sources/stable/${SOURCE/bz2/gz}
   SOURCE_URL[1]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
          MD5[0]=2ef162b74d182e6640e9c867da133554
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=http://www.gnucash.org
         ENTERED=20011105
         UPDATED=20040830
      LICENSE[0]=GPL
       BUILD_API=2
           SHORT="Open source personal finance suite"
cat << EOF
GnuCash allows you to track bank accounts, stocks, income, and expenses.
As quick and intuitive to use as a checkbook register, it is based on
professional accounting principles to ensure balanced books and accurate
reports. It is backed by an active development community and is
blossoming into a full-fledged accounting system.
EOF
