           SPELL=wm2
if  [[  "$WM2_CVS" == "y"  ]];  then
    if  [[  "$WM2_CVS_AUTOUPDATE"  =  "y"  ]];  then
         VERSION=$(date +%Y%m%d)
    else
         VERSION=cvs
    fi
          SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-cvsroot
   SOURCE_URL[0]=cvs://:pserver:anonymous@wm2.cvs.sourceforge.net:/cvsroot/wm2:wm2
   SOURCE_IGNORE=volatile
else
         VERSION=4
          SOURCE=${SPELL}-${VERSION}.tar.gz
   SOURCE_URL[0]=http://www.all-day-breakfast.com/$SPELL/${SOURCE}
     SOURCE_HASH=sha512:9151267e5a6bf39587b15dc3e55b4acc05aa1b14a7a9bcb4e1ed25d474af8b0e7699343117f184c745645deb404d6f6e230809b88d9b7bb5c1f67ba0fbde72e9
fi
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
        WEB_SITE=http://www.all-day-breakfast.com/wm2/
         ENTERED=20040821
      PATCHLEVEL=1
      LICENSE[0]=GPL
        KEYWORDS="windowmanagers"
           SHORT="wm2 is a goodlooking minimalist windowmanager"
cat << EOF
wm2 is a window manager for X. Using wm2, you can:
* move windows around the screen;
* resize windows both horizontally and vertically;
* hide windows;
* restore hidden windows; and
* delete windows.

wm2 also adds a stylish frame to each managed window.

wm2 does not provide:
* icons;
* configurability;
* a virtual desktop;
* extendable root menus;
* toolbars - button panels - docking areas.

wm2 is therefore the ideal window manager for today's elegant and ascetic programmer.
EOF
