           SPELL=firebird
case $FB_VER in 
   2.1)
         VERSION=2.1.0.17755-ReleaseCandidate2
     SOURCE_HASH=sha512:d1b79a378027884ffd96bfaf7c9de620d7101727b24a9546df37080d694ecaab5b05cd3793aad5ba11fa01afa28a038af1d6a99f25c8bfb1256801928ac2a1a2
;;
   *)
         VERSION=2.0.3.12981-1
     SOURCE_HASH=sha512:ac1df5587c106ee3ac602c5ff927a9073574424a02aac9d3c81fd3119fea4e68a93208541cf2aa395b499a20ee59aa654be7815e8db4d2ab09fc66bd3329dfa9
;;
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}
        WEB_SITE=http://www.firebirdsql.org
         LICENSE=IDPL
         ENTERED=20031111
      PATCHLEVEL=2
     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
