           SPELL=dillo2
if [[ "$DILLO2_CVS" == "y" ]]; then
  if  [  "$DILLO2_AUTOUPDATE"  ==  "y"  ];  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=cvs
  fi
          SOURCE=$SPELL-cvs.tar.bz2
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
   SOURCE_URL[0]=cvs://:pserver:anonymous@auriga.wearlab.de:/sfhome/cvs/dillo:$SPELL
   SOURCE_IGNORE=volatile
else
         VERSION=2.0
          SOURCE=dillo-$VERSION.tar.bz2
   SOURCE_URL[0]=http://www.dillo.org/download/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/dillo-$VERSION
     SOURCE_HASH=sha512:be7986bdb2fb72126bb7ea02e5f437c14f24618b625585e85d416bf6cd3b360cd35192287027d59ee0dc3c57c38bff57412e94ea6ac8230e89b28b81b68dbacd
fi
      LICENSE[0]=GPL
        WEB_SITE=http://dillo.org
         ENTERED=20080826
        KEYWORDS="http"
           SHORT="dillo2 is the experimental fltk2 port of dillo"
cat << EOF
Dillo is a very fast, extremely small Web browser that's completely
written in C. The source and binary are less than 300 kilobytes each. It
is a graphical browser built upon FLTK2, and it renders a good subset of
HTML, excluding frames, JavaScript, and JVM support.
EOF
