Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37478716
en ru br
Репозитории ALT
S:2.5.0-alt1
5.1: 2.1.4-alt1
4.1: 2.1.4-alt1
4.0: 2.1.4-alt1
www.altlinux.org/Changes

Группа :: Архивирование/Сжатие
Пакет: makeself

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and 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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin