File mit-scheme.spec of Package mit-scheme

#BuildRequires:  
%define sourcename mit-scheme-c
Name:           mit-scheme
Version:        20080130
Release:        1
License:        GPL
Source:         %{sourcename}-%{version}.tar.gz
Patch:          %{name}-build.diff
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Group:          Development
Summary:        MIT/GNU Scheme

%description
MIT/GNU Scheme is a complete programming environment that runs on many
unix platforms, as well as Microsoft Windows and IBM OS/2. It features a
rich runtime library, a powerful source-level debugger, a native-code
compiler, and an integrated Emacs-like editor.

%prep
%setup -n %{sourcename}-%{version}
%patch -p0

%build
pushd src/
./etc/make-liarc.sh --prefix=/usr
make
popd

%install
%makeinstall
exit 1
%clean

%files
%defattr(-,root,root)

openSUSE Build Service is sponsored by