           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.4rc0
     SOURCE_HASH='sha512:d0e5d168f35e28db895eedf2f7ba41f1624573dd7c90ebe1f78b1bfc79cac37cf71d4d5c40b59968f1efaf04e55ba3145900501563058c3031414e95058f5166'
          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
