           SPELL=clisp
         VERSION=2.35
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$GNU_URL/$SPELL/release/$VERSION/$SOURCE
   SOURCE_URL[1]=ftp://sunsite.unc.edu/pub/Linux/devel/lang/lisp/$SOURCE
  SOURCE2_URL[0]=$GNU_URL/$SPELL/release/$VERSION/$SOURCE2
  SOURCE2_URL[1]=ftp://sunsite.unc.edu/pub/Linux/devel/lang/lisp/$SOURCE2
      SOURCE_GPG=gnu-verified.gpg:$SOURCE2
  SOURCE2_IGNORE=signature
        WEB_SITE=http://clisp.sourceforge.net/
         ENTERED=20020730
         UPDATED=20020730
    DISTCC_HOSTS=
      LICENSE[0]=GPL
       BUILD_API=2
           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
