           SPELL=sbcl
         VERSION=1.0.45
          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.44
       SBCL_ARCH=x86-64
    SOURCE2_HASH=sha512:63dd515e86680cba5814cfb25f8f936d13128cd7d833a2ae72cae2e935889d4699bba2cea061038adf996e5a9cd38f832b7fdd17480a7600c6d117cac838eee8
  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:0e7fdb9f2dc1875b8051286114a211b949901cd85439a69e1151f629076e3d84ecf8e1e68fd5584697512f8f3f88eccd28b9ef8d89534c8aaf914e743d851c4d
      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
