# Watch: https://ftpmirror.gnu.org/clisp/release/latest
           SPELL=clisp
         VERSION=2.49
          SOURCE=$SPELL-$VERSION.tar.bz2
         SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$GNU_URL/$SPELL/release/$VERSION/$SOURCE
  SOURCE2_URL[0]=$GNU_URL/$SPELL/release/$VERSION/$SOURCE2
  SOURCE2_IGNORE=signature
      LICENSE[0]=GPL
      SOURCE_GPG=gnu.gpg:$SOURCE2:UPSTREAM_KEY
        WEB_SITE=http://clisp.sourceforge.net/
        KEYWORDS="lisp devel"
         ENTERED=20020730
           SHORT="Common lisp implementation written in C"
cat << EOF
GNU CLISP is an ANSI compliant implementation of Common Lisp. It provides:
  * an interpreter
  * a compiler which makes execution of programs 5 times faster
  * a source-level debugger which allows stepping through interpreted code,
    form by form
  * all data types with unlimited size (the size need never be declared, the
    size of lists and arrays may be changed dynamically)
  * integers of arbitrary length
  * unlimited floating point number precision
  * 800+ library functions and macros, 600+ of them written in C
EOF
