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

Другие репозитории

Группа :: Система/Основа
Пакет: dtach

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

Name: dtach
Version: 0.8
Release: alt1

Summary: A simple program that emulates the detach feature of screen
Group: System/Base
License: GPL
Url: http://dtach.sourceforge.net/

Packager: Ilya Mashkin <oddity at altlinux.ru>

Source: http://prdownloads.sourceforge.net/%name/%name-%version.tar.gz

%description
dtach is a program that emulates the detach feature of screen, with
less overhead. It is designed to be transparent and un-intrusive; it
avoids interpreting the input and output between attached terminals
and the program under its control. Consequently, it works best with
full-screen applications such as emacs.

%prep
%setup -q

%build
%configure
%make_build

%install
%__mkdir -p %buildroot%_bindir
%__mkdir -p %buildroot%_man1dir
%__install -m 755 %name %buildroot%_bindir
%__install -m 644 %name.1 %buildroot%_man1dir

%files
%doc COPYING README
%_bindir/%name
%_man1dir/%name.*

%changelog

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

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