           SPELL=libofx
if  [  "${LIBOFX_CVS}"  ==  "y"  ];  then
  if  [  "${LIBOFX_CVS_AUTOUPDATE}"  ==  "y"  ];  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=cvs
  fi
          SOURCE=${SPELL}-cvs.tar.bz2
   SOURCE_URL[0]=cvs://:pserver:anonymous@cvs.sourceforge.net:/cvsroot/libofx:libofx
  FORCE_DOWNLOAD="on"
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-cvs
else
          VERSION=0.9.1
     SOURCE_HASH=sha512:892e4a430bbbe467af31d639810cf1a63c3b2e414059b56d7c83ef26be95c47f7e6eec6cf1547cefc36e910278f5b061e30a4901d3b229149e66076d989ae9ca
          SOURCE=${SPELL}-${VERSION}.tar.gz
   SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
fi
        WEB_SITE=http://libofx.sourceforge.net/
         ENTERED=20030713
         LICENSE=GPL
        KEYWORDS="libs"
           SHORT="libofx gives access to ofx files"
cat << EOF
The LibOFX library is a parser and an API designed to allow applications to
very easily support OFX command responses, usually provided by financial
institutions for statement downloads. It is a working OpenSource
implementation of the OFX (Open Financial eXchange) specification on the
client side. This project was first started with the objective to add OFX
support to GnuCash. It since evolved into a generic library, so all
OpenSource Financial software can benefit.
EOF
