           SPELL=wmii
if [ "${WMII_SNAP}" = "y" ]; then
         VERSION=20060705
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://suckless.org/snaps/${SOURCE}
      SOURCE_GPG=gurus.gpg:${SOURCE}.sig
else
         VERSION=3.5.1
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://suckless.org/download/${SOURCE}
      #SOURCE_GPG=gurus.gpg:${SOURCE}.sig
     SOURCE_HASH=sha512:f78d59fd7a99ff483f119279dacb1ad2762f54570cfce25ba3868d04430db1bed36034b481c0faba9004464f374024277bba7963393e11ec028421d5877c922c
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=http://wmii.suckless.org
         ENTERED=20050602
      LICENSE[0]=GPL
        KEYWORDS="windowmanagers"
           SHORT="window manager improved 2 (wmii) is an improved,
modularized and lightweight X11 window manager which supports tabbed,
tiled and conventional window management through layouts."
cat << EOF
window manager improved 2 (wmii) is an improved, modularized and
lightweight X11 window manager which supports tabbed, tiled and
conventional window management through layouts.
If it is built with cairo support, it also provides
anti-aliased font rendering.
wmii consists of components that are independent processes and
communicate via a socket-based virtual filesystem which is oriented
on the "everything is file" paradigm of the plan9 operating system.
The core distribution of wmii contains the window manager itself,
a master file system routing utility (wmifs), a generic bar (wmibar),
a shortcut handler (wmikeys), and a generic interaction menu (wmiinput)
beside several tiny utilities like wmir, wmiplumb, and wmiwarp.
EOF
