           SPELL=screen
         VERSION=4.8.0
          SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$GNU_URL/screen/$SOURCE
         SOURCE2=$SOURCE.sig
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
      SOURCE_GPG=gnu.gpg:$SOURCE.sig:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
        WEB_SITE=http://www.gnu.org/software/screen
         ENTERED=20010922
  SECURITY_PATCH=1
      LICENSE[0]=GPL2
        KEYWORDS="terminal console"
           SHORT="screen multiplexes a physical terminal"
cat << EOF
Screen is a full-screen window manager that multiplexes a physical
terminal between several processes, typically interactive shells.
Each virtual terminal provides the functions of the DEC VT100
terminal and, in addition, several control functions from the
ANSI X3.64 (ISO 6429) and ISO 2022 standards (e.g., insert/delete
line and support for multiple character sets).
EOF
