           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.0
     SOURCE_HASH=sha512:cfe96db6d8324c166631b2d3b74edc8508996872fcae5a4007d6d19b95e7a1114a32614af5d9e2f5062958be1f449d50e4fb681a938198a81cec6c5cbecac46e
          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
