Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37038510
en ru br
ALT Linux repos
S:3.3.24-alt1

Group :: Development/Other
RPM: algol68g

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: algol68g
Version: 3.3.24
Release: alt1
Summary: Algol 68 interpreter
License: GPL
Group: Development/Other
Url: http://jmvdveer.home.xs4all.nl/algol.html
Packager: %packager

Source: %name-%version.tar

# Automatically added by buildreq on Sun Aug 14 2011

# optimized out: libtinfo-devel
BuildRequires: libncurses-devel

%description
The development of Algol played an important role in establishing
computer science as an academic discipline. The Algol 68 Genie
project preserves Algol 68 out of educational as well as
scientific-historical interest, by making available Algol 68 Genie;
a recent, well-featured implementation written from scratch.
Algol 68 Genie is a practically full implementation of the language
defined by the Revised Report. The implementation is a hybrid
compiler-interpreter; units with considerable interpreter-overhead
can optionally be compiled.

%prep
%setup

%build
autoconf
%configure
%make

%install
mkdir -p %buildroot/{%_bindir,%_docdir}
install -pm755 a68g %buildroot/%_bindir/a68g

install -pm644 AUTHORS %buildroot%_docdir/
install -pm644 NEWS %buildroot%_docdir/
install -pm644 README %buildroot%_docdir/
install -pm644 COPYING %buildroot%_docdir/
install -pm644 ChangeLog %buildroot%_docdir/

%files
%_bindir/*
%_docdir/*

%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