New Package: clisp-2.49
This commit is contained in:
parent
becd96640f
commit
cef0873af0
1 changed files with 29 additions and 0 deletions
29
srcpkgs/clisp/template
Normal file
29
srcpkgs/clisp/template
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Template file for 'clisp'
|
||||
|
||||
pkgname="clisp"
|
||||
version="2.49"
|
||||
revision=1
|
||||
build_style=configure
|
||||
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"
|
||||
distfiles="http://downloads.sourceforge.net/sourceforge/clisp/clisp-${version}.tar.bz2"
|
||||
checksum="8132ff353afaa70e6b19367a25ae3d5a43627279c25647c220641fed00f8e890"
|
||||
|
||||
pre_build() {
|
||||
# Need to increase the Limit
|
||||
ulimit -s 16384
|
||||
}
|
||||
|
||||
do_build() {
|
||||
cd src
|
||||
make
|
||||
make check
|
||||
}
|
||||
|
||||
do_install() {
|
||||
cd src
|
||||
make DESTDIR=${DESTDIR} install
|
||||
}
|
Loading…
Reference in a new issue