/[packages]/cauldron/tmux/current/SPECS/tmux.spec
ViewVC logotype

Contents of /cauldron/tmux/current/SPECS/tmux.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 872306 - (show annotations) (download)
Wed Sep 2 19:25:30 2015 UTC (8 years, 7 months ago) by blino
File size: 1003 byte(s)
add upstream patch to fix missing cursor with emacs-in-tmux-in-tmux
1 Summary: Terminal multiplexer
2 Name: tmux
3 Version: 2.0
4 Release: %mkrel 2
5 Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
6 # (blino) from upstream to fix missing cursor with emacs-in-tmux-in-tmux
7 Patch0: 0001-In-terminfo-sometimes-cvvis-implies-cnorm-and-someti.patch
8 License: BSD
9 Group: Terminals
10 Url: http://tmux.sourceforge.net/
11
12 BuildRequires: ncurses-devel
13 BuildRequires: libevent-devel
14
15 %description
16 tmux is a "terminal multiplexer". It allows a number of terminals (or
17 windows) to be accessed and controlled from a single terminal. It is
18 intended to be a simple, modern, BSD-licensed alternative to programs
19 such as GNU screen.
20
21
22 %prep
23 %setup -q
24 %autopatch -p1
25
26 %build
27 %configure2_5x
28 %make
29
30 %install
31 %__install -d %{buildroot}%{_bindir}
32 %__install -m 755 tmux %{buildroot}%{_bindir}
33 %__install -d %{buildroot}%{_mandir}/man1
34 %__install -m 644 tmux.1 %{buildroot}%{_mandir}/man1
35
36 %files
37 %doc README FAQ TODO CHANGES examples/
38 %{_bindir}/tmux
39 %{_mandir}/man1/tmux.*
40

  ViewVC Help
Powered by ViewVC 1.1.30