           SPELL=elinks
  SECURITY_PATCH=2
if  [  "$ELINKS_CVS"  ==  'y'  ];  then
  if  [  "$ELINKS_CVS_AUTOUPDATE"  ==  "y"  ];  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=cvs
  fi
          SOURCE=$SPELL-cvs.tar.bz2
   SOURCE_URL[0]=cvs://:pserver:anonymous@cvs.elinks.or.cz:/var/cvs/elinks:elinks
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
else
         VERSION=0.11.4
     SOURCE_HASH='sha512:46eeff2180204fc5c3007e5254d02cae227d0351a4ae651b7d38b6e391d5517e8bb73cffe31ea8326fdb526eb1dc1ffd62b1f8c020263ca2ed694a5b626b0337'
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://elinks.or.cz/download/$SOURCE
#     SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=http://elinks.or.cz/
         ENTERED=20050711
      LICENSE[0]=GPL
        KEYWORDS="web http"
           SHORT='Feature-rich text mode web browser'
cat << EOF
ELinks is an advanced and well-established feature-rich text mode web
(HTTP/FTP/..) browser.  ELinks can render both frames and tables, is highly
customizable and can be extended via Lua or Guile scripts.  It is very portable
and runs on a variety of platforms.  It originates from the Links project
written by Mikulas Patocka.
EOF
