           SPELL=e_module-winlist-ng
if  [[  "$WINLISTNG_SCM_AUTOUPDATE"  ==  "y"  ]] ;  then
         VERSION=$(date +%Y%m%d)
else
         VERSION=svn
fi
          SOURCE=$SPELL-svn.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
  FORCE_DOWNLOAD=1
   SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/E-MODULES-EXTRA/winlist-ng:$SPELL
   SOURCE_IGNORE=volatile
    SOURCE_HINTS=old_svn_compat
      LICENSE[0]=BSD
        WEB_SITE=http://code.google.com/p/itask-module/wiki/WinlistNG
         ENTERED=20080226
           SHORT='E17 window list module'
cat << EOF
This module should not only look different as the e17 winlist, it also will
get a lot of functionality I was missing, for example: decide while selecting
if you want to jump to the desk of the selected app or bring the selected app
to the current desk, close the selected app directly, show the selected app
on the current desk (if it's on another desk), etc. See the keybindings on
the Wiki page.

This module does not depend on composite, but if you want to use it with a
composite manager you have to start the cm before the module is loaded (or
restart e after you started the composite manager). 
EOF
