8 pkgdesc="UCB Scheme is a modified version of STk 4.0.1 by Erick Gallesio. Very good for learning scheme with the video course provided by U. Cal. Berkeley. With codes and modifications for the books: Simply scheme and Exploring scheme. Envdraw is an amazing drawing tools for CS and other purpose."
9 url="http://www-inst.eecs.berkeley.edu/~scheme"
13 source=(http://www-inst.eecs.berkeley.edu/~scheme/source/$_pkgname-$pkgver.tgz)
18 ./configure --prefix=$pkgdir/usr --bindir=/usr/bin --libexecdir=/usr/lib/stk
20 make DESTDIR=$pkgdir/usr install
21 mv $pkgdir/usr/bin/arch/Linux/* $pkgdir/usr/lib/stk/1.3.6/
22 rm -rf $pkgdir/usr/bin/*
23 touch $pkgdir/usr/bin/stk
24 chmod +x $pkgdir/usr/bin/stk
25 echo "STK_LIBRARY=/usr/lib/stk/$pkgver/ /usr/lib/stk/$pkgver/`arch`/stk" > $pkgdir/usr/bin/stk
28 ./configure --prefix=$pkgdir/usr
30 make DESTDIR=$pkgdir/usr install
31 echo 'stk -load load-grfx "$@"' > $pkgdir/usr/bin/stk-grfx
32 echo 'stk -load load-explorin "$@"' > $pkgdir/usr/bin/stk-explorin
33 echo 'stk -load load-simply "$@"' > $pkgdir/usr/bin/stk-simply
36 md5sums=('b3941b397cb05e20eeae2f8245ca29f1')