           SPELL=readline
         VERSION=5.2
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$SPELL/$SOURCE
   SOURCE_URL[2]=ftp://ftp.cwru.edu/pub/bash/$SOURCE
     SOURCE_HASH=sha512:74318b32c56e888716bda2507228ecc374a24e85b2faeec4778227a9f04eb19de1fc8468c78746954c84f9e616a06dd0f8a4332ba4b438fefb7e222699baa379
      LICENSE[0]=GPL
        WEB_SITE=http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
         ENTERED=20010922
      PATCHLEVEL=1
        KEYWORDS="libs"
           SHORT="readline lets users edit command lines as they are typed in."
cat << EOF
readline - Lets users edit command lines as they are typed in
The Readline library provides a set of functions for use by applications
that allow users to edit command lines as they are typed in. Both Emacs
and vi editing modes are available. The Readline library includes
additional functions to maintain a list of previously-entered command
lines, to recall and perhaps reedit those lines, and perform csh-like
history expansion on previous commands.
EOF
