2014-03-16 20:35:33 +00:00
|
|
|
# Template file for 'clisp'
|
|
|
|
|
2014-03-17 10:02:19 +00:00
|
|
|
lib32disabled=yes
|
|
|
|
|
2014-03-16 20:35:33 +00:00
|
|
|
pkgname="clisp"
|
|
|
|
version="2.49"
|
2014-03-17 08:21:23 +00:00
|
|
|
revision=2
|
2014-03-16 20:35:33 +00:00
|
|
|
build_style=configure
|
2014-03-17 08:21:23 +00:00
|
|
|
configure_args="--prefix=/usr --disable-rpath"
|
2014-03-16 20:35:33 +00:00
|
|
|
short_desc="ANSI Common Lisp Interpreter, Compiler and Debugger"
|
|
|
|
maintainer="Martin Riese <grauehaare@gmx.de>"
|
|
|
|
license="GPL2"
|
|
|
|
homepage="http://clisp.cons.org"
|
|
|
|
makedepends="ffcall readline-devel libsigsegv-devel"
|
2014-03-17 08:21:23 +00:00
|
|
|
distfiles="${SOURCEFORGE_SITE}/clisp/clisp-${version}.tar.bz2"
|
2014-03-16 20:35:33 +00:00
|
|
|
checksum="8132ff353afaa70e6b19367a25ae3d5a43627279c25647c220641fed00f8e890"
|
|
|
|
|
2014-03-17 08:21:23 +00:00
|
|
|
do_build() {
|
2014-03-16 20:35:33 +00:00
|
|
|
# Need to increase the Limit
|
|
|
|
ulimit -s 16384
|
|
|
|
cd src
|
|
|
|
make
|
|
|
|
}
|
|
|
|
|
|
|
|
do_install() {
|
|
|
|
cd src
|
|
|
|
make DESTDIR=${DESTDIR} install
|
|
|
|
}
|