           SPELL=eterm
if  [  "$ETERM_CVS"  !=  "y"  ];  then
         VERSION=0.9.3
          SOURCE=Eterm-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Eterm-$VERSION
   SOURCE_URL[0]=http://www.eterm.org/download/$SOURCE
   SOURCE_URL[1]=$SOURCEFORGE_URL/$SPELL/$SOURCE
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
else
  if  [  "$ETERM_CVS_AUTOUPDATE"  ==  "y"  ];  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=cvs
  fi
          SOURCE=$SPELL-cvs.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs/
   SOURCE_URL[0]=cvs://:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e:eterm/Eterm
 FORCE_DOWNLOAD[1]=on
   SOURCE_IGNORE=volatile
fi
         SOURCE2=Eterm-bg-0.9.3.tar.gz
  SOURCE2_URL[0]=http://www.eterm.org/download/$SOURCE2
  SOURCE2_URL[1]=$SOURCEFORGE_URL/$SPELL/$SOURCE
     SOURCE2_GPG="gurus.gpg:${SOURCE2}.sig"
        WEB_SITE=http://www.eterm.org
         ENTERED=20010922
         UPDATED=20011125
      LICENSE[0]=BSD
        KEYWORDS="emulator terminal enlightenment"
           SHORT='vt102 terminal emulator'
cat << EOF
Eterm is a vt102 terminal emulator intended as a replacement for
xterm. It is designed with a Freedom of Choice philosophy, leaving as
much power, flexibility, and freedom as possible in the hands of the
user. It is designed to look good and work well, but takes a
feature-rich approach rather than one of minimalism. Current features
include color support, background images (all Imlib-supported
formats), theme support, and pseudo-transparency.
EOF
