# $Id: PKGBUILD 127534 2011-06-16 08:21:30Z juergen $ # Contributor: John Proctor # Contributor: Daniel White # Maintainer: Juergen Hoetzel # Contributor: Leslie Polzer (skypher) pkgname=sbcl pkgver=1.0.49 pkgrel=1 pkgdesc="Steel Bank Common Lisp" arch=('i686' 'x86_64') license=('custom') depends=('glibc') provides=('common-lisp' 'cl-asdf') makedepends=('sbcl' 'texinfo') source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2" "arch-fixes.lisp") md5sums=('8d15c6af6388fcd9efbd13f301b7ba33' '7ac0c1936547f4278198b8bf7725204d') url="http://www.sbcl.org/" install=sbcl.install build() { unset SBCL_HOME cd ${srcdir}/${pkgname}-${pkgver} # Make a multi-threaded SBCL, disable LARGEFILE cat >customize-target-features.lisp <