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

Группа :: Терминалы
Пакет: tmux

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

%define _unpackaged_files_terminate_build 1
%define _stripped_files_terminate_build 1
%set_verify_elf_method strict

Summary: Terminal multiplexer
Name: tmux
Version: 3.3a
Release: alt1
License: ISC and BSD-3-Clause and BSD-2-Clause
Group: Terminals
Url: https://tmux.github.io/
Vcs: https://github.com/tmux/tmux

Source0: http://downloads.sourceforge.net/%name/%name-%version.tar.gz
Source1: bash_completion_tmux.sh
BuildRequires: libevent-devel >= 2.0
BuildRequires: libncurses-devel
BuildRequires: libutempter-devel

%description
tmux is a terminal multiplexer: it enables a number of terminals to
be created, accessed, and controlled from a single screen. tmux may
be detached from a screen and continue running in the background, then
later reattached.

%prep
%setup

%build
%add_optflags %(getconf LFS_CFLAGS)
%autoreconf
%configure --enable-utempter
%make_build

%install
%makeinstall_std
install -Dpm 644 %SOURCE1 %buildroot%_datadir/bash-completion/completions/tmux

%files
%doc CHANGES README COPYING example_tmux.conf
%_bindir/*
%_man1dir/*
%_datadir/bash-completion/completions/tmux

%changelog

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

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