Package: sbcl Architecture: powerpc Version: 1.0.45 Revision: 1 License: BSD Description: ANSI Common Lisp implementation Maintainer: David Fang # NOTE: The version of the bootstrap binary does not automatically # change when the version field is updated. CompileScript and Source2 # need to be updated by hand when moving to a new version of the # bootstap binary BuildDepends: texinfo (>= 4.6) Recommends: gnupg | gnupg-idea | gnupg-testing Source: mirror:sourceforge:sbcl/sbcl-%v-source.tar.bz2 # Regressed to 1.0.2 while 1.0.22 binaries don't run on MacOS 10.4.11 # Source2: mirror:sourceforge:sbcl/sbcl-1.0.22-powerpc-darwin-binary.tar.bz2 Source2: mirror:sourceforge:sbcl/sbcl-1.0.2-powerpc-darwin-binary.tar.bz2 Source-MD5: b80e491b8e9228bbfa4fe679fd608697 # Regressed to 1.0.2 while 1.0.22 binaries don't run on MacOS 10.4.11 # Source2-MD5: 61179259f7a7cccfa731f652f5edd29c Source2-MD5: 5135c1e202ee1351263d0c2c015f17b6 # PatchFile: %n.patch # PatchFile-MD5: 4724087c1ac59bd11c4b407fa4e8e62e SourceDirectory: %n-%v CompileScript: << sh make.sh "../sbcl-1.0.2-powerpc-darwin/src/runtime/sbcl \ --core ../sbcl-1.0.2-powerpc-darwin/output/sbcl.core \ --disable-debugger --no-sysinit --no-userinit" cd doc/manual ; make html info << InstallScript: << find %b -type d -name CVS -depth -exec rm -rf {} \; find %b -type f -name .cvsignore -depth -exec rm -f {} \; find %b -type f -name a.out -depth -exec rm -f {} \; unset SBCL_HOME ; INSTALL_ROOT=%i sh install.sh mv %i/bin/sbcl %i/lib/sbcl/sbcl echo '#! /bin/sh' > %i/bin/sbcl echo 'SBCL_HOME=%p/lib/sbcl/ exec %p/lib/sbcl/sbcl "$@"' >> %i/bin/sbcl chmod 755 %i/bin/sbcl << InfoDocs: sbcl.info asdf.info Homepage: http://www.sbcl.org/ DescDetail: << Steel Bank Common Lisp is an open source development system for ANSI Common Lisp. It provides an interactive environment including an integrated native compiler, interpreter, and debugger. Several extensions, such as a foreign function interface, and support for Unix (POSIX) system calls are also included. SBCL is derived from CMU CL. << DescPort: << Uses a pre-compiled SBCL binary for bootstrapping. Former maintainer: Leigh Smith <<