           SPELL=elinks
  SECURITY_PATCH=1
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.3
     SOURCE_HASH='sha512:03450de0f9792f659112287b15804c29156feb46d61404ad3b3a3c1f730588a247c8f979be763b7a4a351fd23308bbd0e6f95effb3d702696e30834d3c1f7924'
          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
