diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-10-15 00:31:49 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-10-15 00:31:49 -0300 |
commit | 93db7f2fb23cba78cde4343b506a676e376ca4a8 (patch) | |
tree | 3fec56215a344b1e01e49a27198f919ac981320b /extra/sbcl/PKGBUILD | |
parent | c162e34d12c6cf76532a7f6b3d538d493a8bf17a (diff) | |
parent | 39e9111d76d232d65ca0c43285dea5bd5d58d28e (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/avant-window-navigator/PKGBUILD
community/awn-extras-applets/PKGBUILD
community/cinnamon-control-center/PKGBUILD
community/gnome-menus2/PKGBUILD
community/gnome-panel/PKGBUILD
community/gpsim/PKGBUILD
community/kgraphviewer/PKGBUILD
community/kpovmodeler/PKGBUILD
community/libdesktop-agnostic/PKGBUILD
community/python-basemap/PKGBUILD
community/python-mpi4py/PKGBUILD
community/python-psutil/PKGBUILD
community/qgo/PKGBUILD
community/ude/PKGBUILD
community/virtkey/PKGBUILD
extra/alsaplayer/PKGBUILD
extra/aterm/PKGBUILD
extra/cups-pdf/PKGBUILD
extra/ffmpeg/PKGBUILD
extra/gtk2/PKGBUILD
extra/kdeplasma-applets-networkmanagement/PKGBUILD
extra/libffado/PKGBUILD
extra/libtar/PKGBUILD
extra/maxima/PKGBUILD
extra/php-xcache/PKGBUILD
extra/postgresql/PKGBUILD
extra/xorg-server/PKGBUILD
extra/xorg-xauth/PKGBUILD
Diffstat (limited to 'extra/sbcl/PKGBUILD')
-rw-r--r-- | extra/sbcl/PKGBUILD | 31 |
1 files changed, 7 insertions, 24 deletions
diff --git a/extra/sbcl/PKGBUILD b/extra/sbcl/PKGBUILD index 014f6d1f9..0c4e1146f 100644 --- a/extra/sbcl/PKGBUILD +++ b/extra/sbcl/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 192518 2013-08-13 12:04:18Z juergen $ +# $Id: PKGBUILD 196298 2013-10-11 08:53:55Z juergen $ # Contributor: John Proctor <jproctor@prium.net> # Contributor: Daniel White <daniel@whitehouse.id.au> # Maintainer: Juergen Hoetzel <juergen@archlinux.org> # Contributor: Leslie Polzer (skypher) pkgname=sbcl -pkgver=1.1.10 +pkgver=1.1.12 pkgrel=1 pkgdesc="Steel Bank Common Lisp" url="http://www.sbcl.org/" @@ -18,30 +18,13 @@ makedepends=('sbcl') makedepends=('clisp') install=sbcl.install source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2" - "arch-fixes.lisp" - "ftp://ftp.gnu.org/pub/gnu/texinfo/texinfo-4.13a.tar.gz" - "texinfo-4.13a-data_types.patch") -md5sums=('ccec396f1bef6468be1f18bcc60231fe' - '7ac0c1936547f4278198b8bf7725204d' - '71ba711519209b5fb583fed2b3d86fcb' - 'd8574782ff7def1e2dc5c291dbeaec18') - - -# Temporary Texinfo legacy build -# See: http://sourceforge.net/mailarchive/message.php?msg_id=30747919 - -build-texinfo-legacy() { - cd ${srcdir}/texinfo-4.13 - patch -Np1 -i $srcdir/texinfo-4.13a-data_types.patch - mkdir -p $srcdir/texinfo-instroot - ./configure --prefix=$srcdir/texinfo-instroot - make install -} + "arch-fixes.lisp") +md5sums=('817e0606e4615e758c0bf3d381197711' + '7ac0c1936547f4278198b8bf7725204d') -build() { - build-texinfo-legacy - export PATH=$srcdir/texinfo-instroot/bin:$PATH + +build() { cd "$srcdir/$pkgname-$pkgver" export CFLAGS+=" -D_GNU_SOURCE -fno-omit-frame-pointer -DSBCL_HOME=/usr/lib/sbcl" |