Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37530674
en ru br
ALT Linux repos
S:2.5.0-alt1
5.0: 2.1.4-alt1
4.1: 2.1.4-alt1
4.0: 2.1.4-alt1

Group :: Archiving/Compression
RPM: makeself

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: makeself
Version: 2.1.4
Release: alt1

Summary: It's a small shell script that generates a self-extractable tar.gz archive from a directory
Summary(ru_RU.KOI8-R): Скрипт для создания самораспаковывающихся архивов tar.gz

License: GPL

Group: Archiving/Compression

Url:  http://www.megastep.org/makeself
Source: http://www.megastep.org/makeself/%name-%version.tar.bz2

%description
Makeself.sh is a small shell script that generates a self-extractable tar.gz archive from a directory.
The resulting file appears as a shell script (many of those have a .run suffix), and can be launched as is.
The archive will then uncompress itself to a temporary directory and an optional arbitrary command will be
executed (for example an installation script).

%prep
%setup -q

%install
%__install -D -m0755 makeself.sh  %buildroot%_bindir/makeself.sh
%__install -D -m0755 makeself-header.sh  %buildroot%_bindir/makeself-header.sh


%files
%doc README TODO
%_bindir/*


%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