Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37042721
en ru br
ALT Linux repos
S:1.1.0-alt1
5.0: 1.0.0-alt1

Group :: Development/C++
RPM: errut

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: errut
Version: 1.0.0
Release: alt1

Summary: This is meant to be a set of simple error handling utilities

Group: Development/C++
License: MIT
URL: http://research.edm.uhasselt.be/jori/errut/
Packager: Sergey Alembekov <rt at altlinux.ru>
Source: %name-%version.tar.gz
BuildRequires: gcc4.1-c++

%description
This is meant to be a set of simple error handling utilities. Currently
it is only one header file. It was originally a part of a larger project,
but turned out to be helpful in several other projects, which is why its
own project was created.

%prep
%setup

%build
%configure --prefix=%prefix
%make

%install
mkdir %buildroot
%make_build install DESTDIR=%buildroot

%files
%_includedir/%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