           SPELL=wmx
if  [[  "$WMX_CVS" == "y"  ]];  then
    if  [[  "$WMX_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:wmx
   SOURCE_IGNORE=volatile
else
         VERSION=7
          SOURCE=${SPELL}-${VERSION}.tar.gz
   SOURCE_URL[0]=http://www.all-day-breakfast.com/$SPELL/${SOURCE}
     SOURCE_HASH=sha512:d0ec8da9ce506319d8bfebbdc3a94e29a63ba6d9213bacc3804a6dbe7bf87554b658e055c1e8b58398cf3232446dfa4d7372e2fcbf7c55539f5ee32abe5c1bbc
fi
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
        WEB_SITE=http://www.all-day-breakfast.com/wmx/
         ENTERED=20071128
      LICENSE[0]=GPL
      PATCHLEVEL=1
        KEYWORDS="windowmanagers"
           SHORT="wmx is a goodlooking minimalist windowmanager"
cat << EOF
WMX is based on wm2, and it retains a similar look and feel,
but it's intended to provide an experimental vehicle for features that
fall comfortably outside the scope of the manifesto for the original wm2.
EOF
