           SPELL=firebird
case $FB_VER in 
#   cvs)
#         VERSION=snapshot
#          SOURCE=${SPELL}-$VERSION.tar.bz2
#           SFCVS=cvs://:pserver:anonymous@firebird.cvs.sourceforge.net:/cvsroot
#   SOURCE_URL[0]=$SFCVS/firebird:firebird2:HEAD
#   SOURCE_IGNORE=volatile
#   FORCE_DOWNLOAD=on
#;;
   1.5)
#         VERSION=1.5.3.4870
         VERSION=1.5.4.4910
     SOURCE_HASH=sha512:a42aebeabf3152e9b84c7e4fa5b728feb3588bc535ed1c8901b8ab3bc7a3c83b36a26f99bc11bcc2094888c13aea0ae16cbd55b1c284508a295f7611fdae3cb3
          SOURCE=${SPELL}-${VERSION}.tar.bz2
   SOURCE_URL[0]=$SOURCEFORGE_URL/firebird/$SOURCE
;;
   *)
         VERSION=2.0.1.12810
          SOURCE=${SPELL}-$VERSION.tar.bz2
     SOURCE_HASH=sha512:762216fdf310ec5c2d7267ef8ca683817b56710a09263481f8f3684a1afd1fde5f8115419d3785a585f59564d09a4f51bb65fbf4e11ea299e1d4fbc3e52f00c6
   SOURCE_URL[0]=http://firebirdsql.org/download/prerelease/$SOURCE
#   SOURCE_URL[0]=$SOURCEFORGE_URL/firebird/$SOURCE
;;
esac
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION}
        WEB_SITE=http://www.firebirdsql.org
         LICENSE=IDPL
         ENTERED=20031111
      PATCHLEVEL=1
# 	    DOCS="doc/*"
        KEYWORDS="database engine"
           SHORT="a very powerful relational dbms"
cat << EOF
Firebird is a relational database offering many ANSI SQL-92 features
that runs on Linux, Windows, and a variety of Unix platforms.
Firebird offers excellent concurrency, high performance, and powerful 
language support for stored procedures and triggers. 
EOF
