. "$GRIMOIRE/FUNCTIONS"
           SPELL=surf
if [[ ${SURF_BRANCH} == "scm" ]]
then
# If someone wants to fix that: They switched to git.
         VERSION=$(get_scm_version)
          SOURCE=$SPELL-git.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
   SOURCE_URL[0]=git://git.suckless.org/$SPELL
  FORCE_DOWNLOAD=on
   SOURCE_IGNORE=volatile
else
         VERSION=0.7
          SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
   SOURCE_URL[0]=http://dl.suckless.org/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:a6a0e172d99f8ce5a7eb63bd34ef3e55ae26059cc94148cf7c50ac665a5e64d90f4a6b1e71b73c1fa763dfaef9b50aaae79e924724f564b2ddf2b8aef4268ff6
fi
        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
