diff --git a/common/shlibs b/common/shlibs index 3d00a482d6d..f93a68f80aa 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1486,3 +1486,4 @@ liblxc.so.1 liblxc-1.0.0_1 libtcmalloc.so.4 gperftools-2.1_1 libaio.so.1 libaio-0.3.109_1 libofx.so.6 libofx-0.9.9_2 +libsigsegv.so.2 libsigsegv-2.10_2 diff --git a/srcpkgs/clisp/template b/srcpkgs/clisp/template new file mode 100644 index 00000000000..4aeceab371d --- /dev/null +++ b/srcpkgs/clisp/template @@ -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 " +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 +} diff --git a/srcpkgs/maxima/template b/srcpkgs/maxima/template new file mode 100644 index 00000000000..9d91526d57b --- /dev/null +++ b/srcpkgs/maxima/template @@ -0,0 +1,14 @@ +# Template file for 'maxima' + +pkgname="maxima" +version="5.32.1" +revision=1 +build_style=gnu-configure +short_desc="Computer Algebra System" +maintainer="Martin Riese " +license="GPL" +homepage="http://maxima.sourceforge.net/" +makedepends="perl clisp readline-devel" +distfiles="http://downloads.sourceforge.net/project/maxima/Maxima-source/${version}-source/maxima-${version}.tar.gz" +checksum="fc11b2d2b9eee3471f5b618ae87140d8b269d7715ac9258a2efc4d2683823d4f" +