           SPELL=embrace
if  [  "$EMBRACE_CVS_AUTOUPDATE"  ==  "y"  ];  then
         VERSION=$(date +%Y%m%d)
else
         VERSION=svn
fi
          SOURCE=$SPELL-svn.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
   SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/MISC/$SPELL:$SPELL
  FORCE_DOWNLOAD="on"
   SOURCE_IGNORE=volatile
      LICENSE[0]=GPL
        WEB_SITE=http://www.enlightenment.org/
         ENTERED=20040311
        KEYWORDS="enlightenment"
           SHORT='Enlightenment mail-checker module'
cat << EOF
Embrace is a mail-checker which is based on the Enlightenment Foundation
Libraries. It monitors your mailboxes and the current count of total and new
mails in them.

Embrace uses Edje for the user interface. Plugins are used for the mailbox
monitoring. Embrace currently ships with plugins for IMAP, POP3, mbox, maildir
and Sylpheed mailboxes.
EOF
