Package: sbcl Version: 0.9.10 Revision: 1 License: BSD Description: ANSI Common Lisp implementation 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.7-powerpc-darwin-binary.tar.bz2 Source-MD5: 58678d7081f32bdcd174c5233efba4f3 Source2-MD5: 48a3ee5fa56df0beaf89cdf493c99be2 SourceDirectory: %n-%v PatchScript: << patch -p1 < %a/%n.patch << CompileScript: << unset LD_PREBIND ; sh make.sh "../%n-0.9.7-powerpc-darwin/src/runtime/sbcl --core ../%n-0.9.7-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. <<