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

Группа :: Разработка/Прочее
Пакет: statifier

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: statifier
Version: 1.6.14
Release: alt1

Packager: Victor Forsyuk <force at altlinux.org>

Summary: Convert dynamically-linked ELF binaries to "pseudo-static" binaries
License: GPLv2
Group: Development/Other

URL: http://statifier.sourceforge.net/
Source: http://downloads.sourceforge.net/statifier/statifier-%version.tar.gz

# Not autodetected

Requires: gdb

# Automatically added by buildreq on Thu Nov 27 2008

BuildRequires: glibc-devel-static
# This is rare situation when glibc-devel-static is REALLY required for package
# build! :)

%description
Statifier create from dynamically linked executable and all it's libraries (and
all LD_PRELOAD libraries, if any) one file. This file can be copied and run on
another machine without need to drag all libraries.

%prep
%setup
# Fix for correct 64-bit build installation
%__subst 's at /usr/lib at %_libdir at ' src/Makefile
# Fix typo
%__subst 's/retrun/return/' src/statifier_create_exe.sh

%build
%make

%install
%make_install install DESTDIR=%buildroot

%files
%_bindir/*
%_libdir/*
%_man1dir/*

%changelog

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

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