           SPELL=kinterbasdb
        WEB_SITE=http://kinterbasdb.sourceforge.net
if [ ${KINTDB}x = yx ]; then
         VERSION=3.3_pre_20070503
     SOURCE_HASH=sha512:11108622dc9d9516f468d1358dac095916a6a975b42ceb987532c24a322ad29f4c4942fca33bc761e9ac050261c8a2ce4d7eb2f394d96bc1f5b50c9c257617d1
             URI=$WEB_SITE/snapshots/3.3
          SOURCE=$SPELL-$VERSION.src.tar.bz2
else
         VERSION=3.2
     SOURCE_HASH=sha512:52a5a68b48af3087d5d9c355738a823cbfb7a002c7a16cd0118bd2288fe34e013e6ecd0b528683c3fbf6674724bc47cd69f475168e3ac6b289635ca2cd8a3801
            URI=$SOURCEFORGE_URL/$SPELL
          SOURCE=$SPELL-$VERSION.src.tar.gz
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$URI/$SOURCE
         LICENSE=BSD
         ENTERED=20030813
        KEYWORDS="firebird database python"
           SHORT="KInterbasDB allows use of Firebird database in Python"
cat << EOF
KInterbasDB is a Python extension package that implements Python 
Database API 2.0-compliant support for the open source relational 
database Firebird and some versions of its proprietary cousin Borland 
Interbase. In addition to the minimal feature set of the standard 
Python DB API, KInterbasDB also exposes the entire native client API 
of the database engine. 
EOF
