milis/talimatname/genel/c/clisp/talimat

36 lines
592 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.

# Tanım: GNU CLisp, ANSI Common Lisp uygulamasıdır.
# URL: http://clisp.cons.org/
# Paketçi: milisarge
# Gerekler: libsigsegv
isim=clisp
surum=2.49
devir=1
kaynak=(http://ftp.gnu.org/pub/gnu/clisp/latest/$isim-$surum.tar.bz2
Makefile-R.yama)
derle() {
cd $isim-$surum
./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
}