Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37658791
en ru br
ALT Linux repositórios
S:2.5.0-alt1
5.0: 2.1.4-alt1
4.1: 2.1.4-alt1
4.0: 2.1.4-alt1

Group :: Arquivamento/Compressão
RPM: makeself

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name: makeself
Version: 2.5.0
Release: alt1

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

License: GPLv2+
Group: Archiving/Compression
Url:  http://www.megastep.org/makeself

Packager: Ilya Mashkin <oddity at altlinux.ru>

BuildArch: noarch

# Source-url: https://github.com/megastep/makeself/archive/release-%version.tar.gz

Source: %name-%version.tar

%description
Makeself.sh is a small shell script that generates
a self-extractable 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

%install
install -D -m0755 makeself.sh %buildroot%_bindir/makeself.sh
install -D -m0755 makeself-header.sh %buildroot%_bindir/makeself-header.sh
install -D -m0644 makeself.1 %buildroot%_man1dir/makeself.1

%files
%doc README.md
%_bindir/makeself.sh
%_bindir/makeself-header.sh
%_man1dir/*

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009