           SPELL=sawfish
if [[ "${SAWFISH_CVS}" == "y" ]] ; then
  if  [[  "$SAWFISH_CVS_AUTOUPDATE"  ==  "y"  ]];  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=cvs
  fi
   SOURCE_IGNORE=volatile
          SOURCE=sawfish-cvs.tar.bz2
   SOURCE_URL[0]=cvs://:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome:sawfish
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/sawfish-cvs
  FORCE_DOWNLOAD=on

else
         VERSION=2.0
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://ftp.linux.org.uk/mirrors/ftp.gnome.org/sources/${SPELL}/${VERSION}/${SOURCE}
   SOURCE_URL[1]=http://mirror.aarnet.edu.au/pub/gnome/sources/${SPELL}/${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:7b0e35e781319a0ea3398efa7c53c541576ef36675bae70e15b9a42cb70309b374972f90e79c1490baf484ff3198658cbd5b2433f702c771c7191d6267c1c24b
fi
        WEB_SITE=http://sawmill.sourceforge.net/
      LICENSE[0]=GPL
         ENTERED=20010922
         UPDATED=20011130
        KEYWORDS="windowmanagers"
           SHORT="Sawfish is an extensible X11 window manager"
cat << EOF
Sawfish is an extensible window manager using a Lisp-based scripting
language --all window decorations are configurable and all user-interface
policy is controlled through the extension language. This is no layer on
top of twm, but a wholly new architecture.
Despite this extensibility its policy is very minimal compared to most
window managers. Its aim is simply to manage windows in the most flexible
and attractive manner possible. As such it does not implement desktop
backgrounds, applications docks, or other things that may be achieved
through separate applications.
EOF
