           SPELL="surf"
if [[ "${SURF_AUTOUPDATE}" == "y" ]]
then
         VERSION="$(date +%Y%m%d)"
else
         VERSION="scm"
fi
          SOURCE="${SPELL}-scm.tar.bz2"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
   SOURCE_URL[0]="hg_http://code.suckless.org/hg/${SPELL}:${SPELL}-scm"
  FORCE_DOWNLOAD="on"
   SOURCE_IGNORE="volatile"
        WEB_SITE="http://surf.suckless.org/"
         ENTERED="20090727"
      LICENSE[0]="MIT/XCL"
           SHORT="simple webbrowser based on webkit/gtk+."
cat << EOF
Surf is a simple webbrowser which is based on webkit/gtk+. It is able to display
websites and follow links. It supports the Xembedded protocol which makes it
possible to embed it into another application. Furthermore one can point surf to
another URI by setting it's XProperties.
EOF
