milis/talimatname/genel/clisp/talimat

29 lines
715 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: GNU CLisp, ANSI Common Lisp uygulamasıdır.
# URL: http://clisp.cons.org/
# Packager: milisarge
# Depends on: ffcall libsigsegv
name=clisp
version=2.49
release=2
source=(http://ftp.gnu.org/pub/gnu/clisp/latest/$name-$version.tar.bz2 \
clisp-gcc5.patch)
build() {
cd $name-$version
patch -Np1 -i ../clisp-gcc5.patch
sed -i '/socket/d' tests/tests.lisp
./configure --prefix=/usr --with-readline --with-ffcall src
cd src
./makemake --prefix=/usr --with-readline --with-ffcall --with-dynamic-ffi > Makefile
make || make -j1
sed -i 's,http://www.lisp.org/HyperSpec/,http://www.lispworks.com/reference/HyperSpec/,g' config.lisp
make || make -j1
make -j1 DESTDIR=$PKG install
}