2005-12-05 15:11:09 +01:00
|
|
|
source $stdenv/setup || exit 1
|
2004-08-23 12:44:21 +02:00
|
|
|
|
|
|
|
set -e
|
|
|
|
|
|
|
|
tar jxvf $src
|
|
|
|
cd clisp-*
|
|
|
|
./configure builddir --prefix=$out
|
|
|
|
cd builddir
|
|
|
|
./makemake --with-dynamic-ffi --prefix=$out > Makefile
|
|
|
|
make config.lisp
|
|
|
|
make
|
|
|
|
make install
|