Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37890440
en ru br
ALT Linux repos
5.0: 0.98-alt1
4.1: 0.97-alt1
4.0: 0.82-alt1
3.0: 0.70-alt1

Group :: Development/Scheme
RPM: stklos

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: stklos
Version: 0.97
Release: alt1
License: GPL
Group: Development/Scheme
Summary: STklos is a free Scheme System
Summary(ru_RU.KOI8-R): STklos -- свободная реализация Scheme

Url: http://www.stklos.org
Source: %name-%version.tar.bz2
Patch0: %name-%version-alt-pcre.patch
Patch1: %name-%version-alt-ldap-textrel.patch
Patch2: %name-%version-alt-libdir.patch
Patch3: %name-%version-alt-cinvoke.patch

# Automatically added by buildreq on Wed Aug 15 2007

BuildRequires: gtk+-devel libgc-devel libgmp-devel libldap-devel libpcre-devel

%description
STklos is a free Scheme System (nearly) conform to R5RS. The aim of this
implementation is to be fast as well as light. The implementation is based
on an ad-hoc Virtual Machine. STklos can also be compiled as a library, so
that one can easily embed it in an application.

%description -l ru_RU.KOI8-R
STklos -- свободная реализация Scheme (почти полностью) отвечающая R5RS.
Целью создания данной системы является быть быстрой как свет. Реализация
основана на базе виртуальной машины.  STklos также может быть скомпилирован
как библиотека, так что она может быть встроена в приложения.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
%__autoreconf
%configure --enable-ldap --disable-gnome
make

%install
%makeinstall

%files
%doc AUTHORS ChangeLog PACKAGES-USED PORTING-NOTES README SUPPORTED-SRFIS TODO NEWS doc/html
%_bindir/*
%dir %_datadir/%name
%_datadir/%name/*
%_man1dir/*
%_includedir/%name/*
%_libdir/%name/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin