Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fc582870d1351c96ab2add87f3f5639602b37190

commit fc582870d1351c96ab2add87f3f5639602b37190
Author: crazy <cr...@frugalware.org>
Date:   Tue Sep 14 15:55:58 2010 +0200

sbcl-1.0.33-2-x86_64
* release bump
* we need to export SBCL_HOME during 'make'
* and unset it on make install ..
* corrent default install root to be /usr also
* this fixes #4312 in 'current'

diff --git a/source/devel-extra/sbcl/FrugalBuild 
b/source/devel-extra/sbcl/FrugalBuild
index d28d085..bc60f51 100644
--- a/source/devel-extra/sbcl/FrugalBuild
+++ b/source/devel-extra/sbcl/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=sbcl
pkgver=1.0.33
-pkgrel=1
+pkgrel=2
pkgdesc="Steel Bank Common Lisp"
depends=('glibc')
makedepends=('sbcl')
@@ -24,6 +24,7 @@ build()
find . -name "CVS" | xargs rm -rf
find . -name "*cvsignore"  | xargs rm -rf
export INSTALL_ROOT=$Fdestdir/usr
+       Fsed  'DEFAULT_INSTALL_ROOT=/usr/local' 'DEFAULT_INSTALL_ROOT=/usr' 
install.sh
## NOTE: for these tests to run you need a working inet connection
## and inetd up and running. This will fail in chroot so we disable these
## to be able to compile the package.
@@ -34,7 +35,9 @@ build()
echo > contrib/sb-simple-streams/simple-stream-tests.lisp
Fsed '; :sb-thread' ':sb-thread' base-target-features.lisp-expr
Fmkdir /usr/share/man/man1
+       export  SBCL_HOME=/usr/lib/sbcl
sh -x make.sh || Fdie
+       unset SBCL_HOME
sh -x install.sh || Fdie
Fmv /usr/share/doc/$pkgname /usr/share/doc/$pkgname-$pkgver
}
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to