Package: sbcl Architecture: powerpc Version: 1.0.58 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 Recommends: gnupg | gnupg-idea | gnupg-testing Source: mirror:sourceforge:sbcl/sbcl-%v-source.tar.bz2 Source2: mirror:sourceforge:sbcl/sbcl-1.0.47-powerpc-darwin-binary.tar.bz2 Source-MD5: 341952949dc90af6f83a89f685da5dde Source2-MD5: 02747afc7631a7ccdeede4b52b78072d SourceDirectory: %n-%v PatchScript: << perl -pi -e 's|\(deftest readdir.1|#-darwin\n$&|' contrib/sb-posix/posix-tests.lisp perl -pi -e 's|makeinfo|/usr/bin/makeinfo|g' doc/internals/Makefile doc/manual/Makefile << CompileScript: << sh make.sh "../sbcl-1.0.47-powerpc-darwin/src/runtime/sbcl \ --core ../sbcl-1.0.47-powerpc-darwin/output/sbcl.core \ --disable-debugger --no-sysinit --no-userinit" cd doc/manual ; env MAKEINFO=/usr/bin/makeinfo 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. << DescPackaging: << Use the system's texinfo because the documentation source is too sloppy for texinfo-5.x. << DescPort: << Uses a pre-compiled SBCL binary for bootstrapping. Former maintainer: Leigh Smith <<