# $Id: PKGBUILD,v 1.33 2008/02/12 03:34:46 kevin Exp $ # Contributor: John Proctor # Maintainer: Kevin Piche pkgname=sbcl pkgver=1.0.15 pkgrel=1 pkgdesc="Steel Bank Common Lisp" arch=(i686 x86_64) license=('custom') depends=('glibc') [ "$CARCH" = "i686" ] && makedepends=('cmucl') [ "$CARCH" = "x86_64" ] && makedepends=('sbcl') source=("http://switch.dl.sourceforge.net/sourceforge/sbcl/${pkgname}-${pkgver}-source.tar.bz2" \ "sbcl-default-sbcl-home.patch") url="http://www.sbcl.org/" md5sums=('d3d95ae10684a3cfc59e427ec533ee68' '889577c27b299ca722e132e213c942ba') build() { cd ${startdir}/src/${pkgname}-${pkgver} patch -Np1 -i ../sbcl-default-sbcl-home.patch || return 1 # Make a multi-threaded SBCL cat >customize-target-features.lisp <