           SPELL=dillo2
  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
      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
