python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / clisp / template
blobfed7156b718962000600f13b27034e773307f24c
1 # Template file for 'clisp'
2 pkgname=clisp
3 version=2.49
4 revision=4
5 build_style=configure
6 configure_args="--prefix=/usr --disable-mmap --without-dynamic-modules
7  $(vopt_with readline)"
8 short_desc="ANSI Common Lisp Interpreter, Compiler and Debugger"
9 maintainer="Martin Riese <grauehaare@gmx.de>"
10 license="GPL-2"
11 homepage="http://clisp.cons.org"
12 makedepends="ffcall libsigsegv-devel $(vopt_if readline readline-devel)"
13 distfiles="${SOURCEFORGE_SITE}/clisp/clisp-${version}.tar.bz2"
14 checksum=8132ff353afaa70e6b19367a25ae3d5a43627279c25647c220641fed00f8e890
16 case "${XBPS_TARGET_MACHINE}" in
17         i686*) CFLAGS="-falign-functions=4" ;;
18 esac
20 nopie=yes
21 nocross=yes
22 lib32disabled=yes
23 disable_parallel_build=yes
24 build_options="readline"
26 do_build() {
27         # Need to increase the Limit
28         ulimit -s 16384
29         cd src
30         make
32 do_install() {
33         cd src
34         make DESTDIR=${DESTDIR} install