. "$GRIMOIRE/FUNCTIONS"
           SPELL=dillo
if [[ "$DILLO_BRANCH" == "scm" ]]; then
         VERSION=$(get_scm_version)
          SOURCE=$SPELL-hg.tar.bz2
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-hg
   SOURCE_URL[0]=hg_http://hg.dillo.org/$SPELL:$SPELL-hg
   SOURCE_IGNORE=volatile
else
         VERSION=3.0.5
          SOURCE=dillo-$VERSION.tar.bz2
   SOURCE_URL[0]=http://www.dillo.org/download/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/dillo-$VERSION
     SOURCE_HASH=sha512:d0e86f57e50da762debf592b6deb94de5ee58f84e0cae1159890262540a463aea8143d2b99c634021c1f273f91c2fe0918f30d72c3eaf91fdb541e741469b155
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 FLTK, and it renders a good subset of
HTML, excluding frames, JavaScript, and JVM support.
EOF
