           SPELL=sawfish2
if [ "${SAWFISH2_CVS}" == "y" ]; then
    if [ "${SAWFISH2_AUTOUPDATE}" == "y" ]; then
         VERSION=$(date +%Y%m%d)
    else
         VERSION=cvs
    fi
          SOURCE=${SPELL}-cvs.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-cvs
   SOURCE_URL[0]="cvs://:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome:sawfish"
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
else
         VERSION=1.3
          SOURCE=sawfish-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/sawfish-$VERSION
   SOURCE_URL[0]=$SOURCEFORGE_URL/sawmill/$SOURCE
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
fi
      LICENSE[0]=GPL
         ENTERED=20020510
         UPDATED=20030325
        KEYWORDS="gnome2 libs"
           SHORT="Extensible 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.

This is the GTK+/GNOME 2.0 version of sawfish
EOF
