milis/talimatname/genel/clisp/talimat

36 lines
607 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: libsigsegv
name=clisp
version=2.49
release=1
source=(http://ftp.gnu.org/pub/gnu/clisp/latest/$name-$version.tar.bz2
Makefile-R.yama)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
cd src
./makemake \
--with-dynamic-ffi \
--without-dynamic-modules \
--prefix=/usr \
--mandir=/usr/man
cd ..
patch -Np1 -i $SRC/Makefile-R.yama
cd src
make -j1
make -j1 DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}