           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.0
          SOURCE=${SPELL}-${VERSION}.tar.gz
   SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:126851353fc0a9e5a124291f2bd66d1f725dfc64b39311a35d01c69dbf1ee59a55af5be2e86b320bf213839c2f38f13cf910176a4d2c4a40f71f122e870e9d72
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
fi
        WEB_SITE=http://libofx.sourceforge.net/
         ENTERED=20030713
         UPDATED=20050709
         LICENSE=GPL
           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
