           SPELL=midori
if [[ $MIDORI_VCS == y ]]; then
  if [[ $MIDOTRI_VCS_AUTOUPDATE == y ]]; then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=git
  fi
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=git://git.xfce.org/kalikiana/midori.git:$SPELL
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
else
         VERSION=0.0.21
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://goodies.xfce.org/releases/$SPELL/$SOURCE
     SOURCE_HASH=sha512:24c13c4c02e15bb6ddc0e959e351a98c2bb0ce222f23ec8cf625829c34bc6e0a6d3fabaf07570fa655fed817609f3d0ad076ad5b433f6a8272a1fcfb6a7ac193
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=http://software.twotoasts.de/?page=midori
      LICENSE[0]=GPL
         ENTERED=20071209
           SHORT="Midori is a lightweight web browser"
cat << EOF
Midori is a lightweight web browser.

Features:

  * Full integration with GTK+2.
  * Fast rendering with WebKit.
  * Tabs, windows and session management.
  * Bookmarks are stored with XBEL.
  * Searchbox based on OpenSearch.
  * Custom context menu actions.
  * Userscripts and user styles support.
  * Extensible via Lua scripts.
EOF
