           SPELL=sbcl
         VERSION=1.0.42
          SOURCE=$SPELL-$VERSION-source.tar.bz2

if ! spell_ok $SPELL ; then
     BIN_VERSION=$VERSION
  if test "${SMGL_COMPAT_ARCHS[1]}" = "ia32"; then
       SBCL_ARCH=x86
    SOURCE2_HASH=sha512:4135c42649a55fa92df7144fa0ffeaf0352beaf10fef0d4b4fcecc8af9d4864db49d47a08360c4a01f4961fc69f9e342f01ffb5b7230c853d0c04a5f2339e05d
  elif test "${SMGL_COMPAT_ARCHS[1]}" = "x86_64"; then
     BIN_VERSION=1.0.29
       SBCL_ARCH=x86_64
    SOURCE2_HASH=sha512:d4862ea3ae519910fbb264f5bf3b27c44c24a723c0383298cf7242ad2573ba44b2443b820a1626ac81af660364409cf80b98ee4f84e576924e957f3fae89ba10
  elif test "${SMGL_COMPAT_ARCHS[1]}" = "ppc"; then
# ppc currently has only 1.0.28 binary tarball, but I think it's OK to bootstrap 1.0.29
     BIN_VERSION=1.0.28
       SBCL_ARCH=powerpc
    SOURCE2_HASH=sha512:e3386d25ae44c03cac5ecf2a9ba95338348b51955dc731f0bb57a124e572601b84170b452ff0c3540af07278053f1e5d153a4f1a621b376ceb1861f84777bad3
  fi
         SOURCE2=$SPELL-$BIN_VERSION-$SBCL_ARCH-linux-binary.tar.bz2
  SOURCE2_URL[0]=${SOURCEFORGE_URL}/sbcl/$SOURCE2
fi

SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=${SOURCEFORGE_URL}/sbcl/$SOURCE
        WEB_SITE=http://sbcl.sourceforge.net
     SOURCE_HASH=sha512:680f43c12d0363ee37d64d327764d1a0c8ceb6eb05056719b98a5765ab98b53e19393d826a6d90bc5169b9161bc3ec267e29a0e1bd0915510428a8b8e1574802
      LICENSE[0]=BSD
         ENTERED=20060122
        KEYWORDS="lisp compiler devel"
           SHORT="a compiler and runtime system for ANSI Common Lisp"
cat << EOF
Steel Bank Common Lisp (SBCL) is an open source (free software) compiler and
runtime system for ANSI Common Lisp. It provides an interactive environment
including an integrated native compiler, a debugger, and many extensions.
EOF
