           SPELL=mdbtools
if [ "$MDBTOOLS_CVS" = "y" ] ; then
  if  [  "$MDBTOOLS_CVS_AUTOUPDATE"  =  "y"  ];  then
	 VERSION=$(date +%Y%m%d)
  else
     VERSION=cvs
  fi
	  SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
   SOURCE_URL[0]=cvs://:pserver:anonymous@mdbtools.cvs.sourceforge.net:/cvsroot/mdbtools:mdbtools
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=1
else
         VERSION=0.6pre1
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/mdbtools/$SOURCE
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
fi
        WEB_SITE=http://mdbtools.sourceforge.net/
         ENTERED=20040913
         UPDATED=20040916
      LICENSE[0]=GPL
        KEYWORDS="mdb database"
       BUILD_API=1
           SHORT="suite of libraries and utilities to access MDB database files"
cat << EOF
MDB Tools is an open source suite of libraries and utilities to access MDB
database files. MDB databases are files produced by the Microsoft 'Jet'
database engine.
EOF
