2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: GNU CLisp, ANSI Common Lisp uygulamasıdır.
|
2017-01-30 23:55:06 +01:00
|
|
|
|
# URL: http://clisp.cons.org/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: libsigsegv
|
2017-12-24 00:47:53 +01:00
|
|
|
|
# Grup: geliştirme
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=clisp
|
|
|
|
|
surum=2.49
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(http://ftp.gnu.org/pub/gnu/clisp/latest/$isim-$surum.tar.bz2
|
2017-12-24 00:47:53 +01:00
|
|
|
|
Makefile-R.yama)
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2017-05-11 10:49:47 +02:00
|
|
|
|
./configure \
|
|
|
|
|
--prefix=/usr \
|
|
|
|
|
--mandir=/usr/man
|
2016-02-24 01:27:23 +01:00
|
|
|
|
cd src
|
2017-05-11 10:49:47 +02:00
|
|
|
|
./makemake \
|
|
|
|
|
--with-dynamic-ffi \
|
|
|
|
|
--without-dynamic-modules \
|
|
|
|
|
--prefix=/usr \
|
|
|
|
|
--mandir=/usr/man
|
|
|
|
|
cd ..
|
|
|
|
|
patch -Np1 -i $SRC/Makefile-R.yama
|
|
|
|
|
cd src
|
|
|
|
|
make -j1
|
2016-02-24 01:27:23 +01:00
|
|
|
|
make -j1 DESTDIR=$PKG install
|
2017-05-11 10:49:47 +02:00
|
|
|
|
rm -r $PKG/usr/share/doc
|
2016-02-24 01:27:23 +01:00
|
|
|
|
}
|