           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.2
     SOURCE_HASH=sha512:39b052dd7313ab174dd2132438924f53141e1800e4e82035372ef2ebbfaf6a5b182f8aaf6fa8210dac4ed803dadad22396e93bdf3fdf41cea415f6bcd89c89a5
          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
