           SPELL=firebird
case $FB_VER in 
   2.1)
         VERSION=2.1.0.17798-0
     SOURCE_HASH=sha512:b04a8f9b14425223c65c4ab039b0f9f65d1d98f8a9d7317e98d625feeb327dbdda56a6ad0ffe2a6633d94416f2c02def6c0e6ef98c13bd91d4408d7fbdad45ed
;;
   *)
         VERSION=2.0.4.13126-RC1
     SOURCE_HASH=sha512:dce357c74bfd62c80728b8c8ec87c39cdd28422fa11ffafe76dce9df1cc8614469c4ec6cad9a1b4652889cba28a6e0ba9fe9890825ad5726d85232124eb4afa0
;;
esac
          SOURCE=${SPELL/f/F}-$VERSION.tar.bz2
   SOURCE_URL[0]=http://firebirdsql.org/download/prerelease/source/$SOURCE
#   SOURCE_URL[1]=$SOURCEFORGE_URL/firebird/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL/f/F}-${VERSION//RC}
        WEB_SITE=http://www.firebirdsql.org
         LICENSE=IDPL
         ENTERED=20031111
     GATHER_DOCS=off
        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
