           SPELL=firebird
       BUILD_API=2
case $WHICH in 
   cvs)
         VERSION=HEAD
          SOURCE=${SPELL}-$VERSION.tar.bz2
           SFCVS=cvs://:pserver:anonymous@cvs.sourceforge.net:/cvsroot
   SOURCE_URL[0]=$SFCVS/firebird:firebird2:$VERSION
          MD5[0]=IGNORE
  FORCE_DOWNLOAD=on
;;
   stable)
         VERSION=1.5.2.4731
          SOURCE=${SPELL}-${VERSION}.tar.bz2
   SOURCE_URL[0]=$SOURCEFORGE_URL/firebird/$SOURCE
          MD5[0]=c365d4ff5d70f1e999d81f9dbcc8e88d
;;
   devel)
#        /bin/echo no development version currently available!
#        return 1
         VERSION=1.5.2.4731
          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
          MD5[0]=c365d4ff5d70f1e999d81f9dbcc8e88d
;;
esac
#     GCC_VERSION=3.4
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-$VERSION
        WEB_SITE=http://www.firebirdsql.org
         LICENSE=MPL
         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
