           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.8.3
     SOURCE_HASH=sha512:3629c334888d94734aa14c2b3168b7866385cf04eb939dc62746ec84c7cf46f9b977b7664f39fcf50d9098be5650bd8d8ca5851783cb3901df8b8fa86509b61a
          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
