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

Group :: Archiving/Compression
RPM: innoextract

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name:    innoextract
Version: 1.8
Release: alt2

Summary: A tool to extract installers created by Inno Setup
License: Zlib
Url:     http://constexpr.org/innoextract/
# VCS:   https://github.com/dscharrer/innoextract
Group:   Archiving/Compression

Source0: %name-%version.tar
Patch1: %name-%version-alt-boost-compat.patch

Packager: Andrey Cherepanov <cas at altlinux.org>

BuildRequires: boost-devel-headers boost-filesystem-devel boost-program_options-devel cmake gcc-c++ liblzma-devel

%description
Inno Setup is a tool to create installers for Microsoft Windows
applications. innoextract allows to extract such installers under
non-windows systems without running the actual installer using wine.

%prep
%setup -q
%patch1 -p1

%build
%cmake_insource
%make_build VERBOSE=1

%install
%makeinstall_std

%files
%doc CHANGELOG LICENSE README.md VERSION
%_bindir/innoextract
%_man1dir/innoextract.*

%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