           SPELL=firebird
       BUILD_API=2
case $FB_VER in 
   cvs)
         VERSION=T2_0_0_Beta2
          SOURCE=${SPELL}-$VERSION.tar.bz2
           SFCVS=cvs://:pserver:anonymous@cvs.sourceforge.net:/cvsroot
   SOURCE_URL[0]=$SFCVS/firebird:firebird2:$VERSION
   SOURCE_IGNORE=volatile
#  FORCE_DOWNLOAD=on
;;
   devel)
         VERSION=na
        /bin/echo no development version currently available!
        return 1
#     SOURCE_HASH=sha512:
#          SOURCE=${SPELL}-${VERSION}.tar.bz2
#   SOURCE_URL[0]=http://www.firebirdsql.org/download/prerelease/$SOURCE
#   SOURCE_URL[1]=http://firebird.sourceforge.net/download/prerelease/$SOURCE
;;
         *)   #stable
         VERSION=1.5.3.4870
     SOURCE_HASH=sha512:368380d720f381247a706ec93b41e81b9dde71f22280c52059dcf286554c3bf587214fae9c9b40266770147217a76c816cec1da43fe6ed92332474a41448a2c9
          SOURCE=${SPELL}-${VERSION}.tar.bz2
   SOURCE_URL[0]=$SOURCEFORGE_URL/firebird/$SOURCE
;;
esac
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-$VERSION
        WEB_SITE=http://www.firebirdsql.org
         LICENSE=IDPL
         ENTERED=20031111
         UPDATED=20040720
 	    DOCS="ChangeLog doc/WhatsNew doc/*.txt"
           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
