Package: sbcl Version: 0.9.3 Revision: 1 Description: ANSI Common Lisp implementation License: BSD Maintainer: Lars Rosengreen # 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:%n/%n-%v-source.tar.bz2 Source2: mirror:sourceforge:%n/%n-0.9.0-powerpc-darwin-binary.tar.bz2 Source-MD5: b6848cde3a7b26a2a82bc63b05ac58a5 Source2-MD5: 0b1e8c53d21ad5cf661d033fc437440b SourceDirectory: %n-%v PatchScript: << patch -p1 < %a/%n.patch << CompileScript: << unset LD_PREBIND ; sh make.sh "../%n-0.9.0-powerpc-darwin/src/runtime/sbcl --core ../%n-0.9.0-powerpc-darwin/output/sbcl.core --disable-debugger --sysinit /dev/null --userinit /dev/null" 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 {} \; unset SBCL_HOME ; INSTALL_ROOT=%i sh install.sh mv %i/bin/%n %i/lib/%n/%n.bin echo '#! /bin/sh' > %i/bin/%n echo 'SBCL_HOME=%p/lib/%n/ exec %p/lib/%n/%n.bin "$@"' >> %i/bin/%n chmod 755 %i/bin/%n << 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 an SBCL binary for bootstrapping. <<