           SPELL=firefox
if  [  "$FIREFOX_CVS"  ==  "y"  ];  then
         VERSION=$(date +%Y%m%d)
          SOURCE=${SPELL}-1.0+.tar.bz2
   SOURCE_URL[0]=cvs://:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot:mozilla/client.mk
   SOURCE_IGNORE=volatile
else
         VERSION=1.0.7
          SOURCE=$SPELL-$VERSION-source.tar.bz2
         SOURCE2=${SOURCE}.asc
      SOURCE_GPG="mozilla.gpg:${SOURCE2}"
  SOURCE2_IGNORE=signature
   SOURCE_URL[0]=ftp://ftp.mozilla.org/pub/mozilla.org/$SPELL/releases/$VERSION/source/$SOURCE
   SOURCE_URL[1]=ftp://ftp.access.ch/mirror/mozilla/$SPELL/releases/$VERSION/source/$SOURCE
   SOURCE_URL[2]=ftp://ftp.in2p3.fr/pub/mozilla/$SPELL/releases/$VERSION/source/$SOURCE
   SOURCE_URL[3]=ftp://ftp.sai.msu.su/pub/unix/WWW/browsers/$SOURCE
  SOURCE2_URL[0]=${SOURCE_URL}.asc
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/mozilla
        WEB_SITE=http://www.mozilla.org/projects/firefox/
         ENTERED=20030813
         UPDATED=20050810
      LICENSE[0]=MOZILLA
       BUILD_API=2
           SHORT="Redesign of the Mozilla browser"
cat << EOF
Mozilla firefox, formerly known as Mozilla Firebird, formerly known as Phoenix, is a redesign of the Mozilla browser component, 
similar to Galeon, K-Meleon and Camino?, but written using the XUL user interface language and 
designed to be cross-platform.
If you choose a gtk+ build you should visit
http://wiki.sourcemage.org/index.php?page=FaqUsage#mozfonts
to learn how to add font anti-aliasing in prefs.js
EOF
