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

Group :: Development/Other
RPM: MUMPS

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: MUMPS
Version: 1.71
Release: alt1
Summary: Massachusetts General Hospital Utility Multi-Programming System
Group: Development/Other
License: BSD

Source: mumps-%version-src.tar.gz
Source1: http://mumps.sourceforge.net/docs.html

%description
MUMPS (Massachusetts General Hospital Utility Multi-Programming System)
or alternatively M, is a general-purpose computer programming language
that provides ACID (Atomic, Consistent, Isolated, and Durable)
transaction processing. Its most unique and differentiating feature is
its "built-in" database, enabling high-level access to disk storage
using simple symbolic program variables and subscripted arrays, similar
to the variables used by most languages to access main memory.

%prep
%setup -n mumps
cp %SOURCE1 .
%make_build

%install
install -D mumps %buildroot%_bindir/mumps
install -D utils %buildroot%_datadir/mumps/utils

%files
%doc *.html README
%_bindir/*
%_datadir/mumps

%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