           SPELL=ncurses
         VERSION=5.6
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=${SOURCE}.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
   SOURCE_URL[1]=ftp://invisible-island.net/ncurses/$SOURCE
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
  SOURCE2_IGNORE=signature
      SOURCE_GPG="dickey.gpg:${SOURCE}.sig"
        WEB_SITE=http://www.gnu.org/software/ncurses/ncurses.html
         ENTERED=20010922
      LICENSE[0]=MIT
  STAGED_INSTALL=off
        KEYWORDS="libs"
           SHORT="Displays and updates text on text-only terminals"
cat << EOF
ncurses - Displays and updates text on text-only terminals.
The ncurses (new curses) library is a free software emulation of curses
in System V Release 4.0 and more. It uses terminfo format, supports pads
and color and multiple highlights and forms chracters and function-key
mapping, and has all the other SYSV-curses enhancements over BSD curses.
It should port easily to any ANSI/POSIX-conforming UNIX-like system.
The distribution includes the library and support utilities, including a
terminfo compiler tic, a decompiler infocmp, clear, tput, tset, and a
termcap conversion tool captoinfo.
EOF
