Package: scheme48
Version: 0.57
Revision: 1
Source: http://s48.org/%v/%n-%v.tgz
Source-MD5: 8f6bedc08a40dff940db80e1cd7d2e1b
SetCFLAGS: -I%p/include
Depends: dlcompat-shlibs
BuildDepends: dlcompat-dev
InstallScript: <<
	mkdir -p %i/lib %i/bin %i/include %i/share/doc/%n %i/share/man/man1
	make install prefix=%i mandir=%i/share/man/man1
	perl -pi -e 's|%i|%p|g' %i/share/man/man1/%n.1
	perl -pi -e 's|%i|%p|g' %i/bin/%n
	cp -r doc %i/share/doc/%n
<<
DocFiles: COPYING INSTALL README
Description: Popular implementation of the Scheme language
DescDetail: <<
Scheme48 is an implementation of Scheme written by Richard Kelsey and 
Jonathan Rees. It is based on a byte-code interpreter and is designed 
to be used as a testbed for experiments in implementation techniques 
and as an expository tool.

Scheme is a statically scoped and properly tail-recursive dialect of
the Lisp programming language invented by Guy Lewis Steele Jr. and 
Gerald Jay Sussman of MIT. It was designed to have an exceptionally 
clear and simple semantics and few different ways to form expressions.
A wide variety of programming paradigms, including imperative, 
functional, and message passing styles, find convenient expression
in Scheme. 
<<
License: BSD 
Homepage: http://s48.org/
Maintainer: Neal Parikh <nparikh@users.sourceforge.net>