           SPELL=arora
if [[ $ARORA_VCS == y ]]
then
  if [[ $ARORA_VCS_AUTOUPDATE == y ]]
  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=git
  fi
          SOURCE=$SPELL-git.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
   SOURCE_URL[0]=git://github.com/Arora/arora.git:$SPELL-git
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=1
else
         VERSION=0.10.1
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://arora.googlecode.com/files/$SOURCE
     SOURCE_HASH=sha512:ab283dc88fc833903ee6cbce4498f9f2405d55cd4cb2a881df71de84146c2973f8aadac9d34cda648da9b937c9f979efe592050bbee4972051d7fcb9e814f8c3
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
fi
        WEB_SITE=http://code.google.com/p/arora/
         ENTERED=20080707
      LICENSE[0]=GPL
        KEYWORDS="web browser http"
           SHORT="A simple cross platform web browser based on Qt and WebKit"
cat << EOF
Arora is a simple cross platform web browser. Currently Arora is a very
basic browser whose feature list includes things like "History" and
"Bookmarks". It does not have support for netscape plugins, so no flash
support until Qt 4.5.
EOF
