1 # Maintainer: Justin Davis <jrcd83@gmail.com>
6 pkgdesc="Scheme R5RS interpreter and compiler (into portable C)"
8 url='http://dynamo.iro.umontreal.ca/~gambit/'
9 license=('LGPL' 'APACHE')
12 "http://www.iro.umontreal.ca/~gambit/download/gambit/v4.6/source/${_distname}.tgz"
15 install=gambit-c.install
16 md5sums=('f6230a1f1f56b8113e0b9e391074bcb0'
17 '1dee672a1105f5091149d166bffe5cfc')
19 # Comment out the line below if you don't have about 500 megs of RAM and
20 # compilation fails...
24 CFGOPTS='--prefix=/usr --docdir=/usr/share/doc/gambit-c
25 --infodir=/usr/share/info
26 --libdir=/usr/lib/gambit-c
29 if [ "$_optimize" ] ; then
30 CFGOPTS="$CFGOPTS --enable-single-host"
33 cd "$srcdir/$_distname"
41 cd "$srcdir/$_distname"
42 make DESTDIR="$pkgdir" install
44 # gsc conflicts with the one provided by ghostscript...
48 ln -s gambitc gsc-script
55 # vim:set ts=2 sw=2 et: