2005-12-05 06:11:09 -08:00
|
|
|
source $stdenv/setup || exit 1
|
2004-08-23 03:44:21 -07: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
|