/[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 929879 - (show annotations) (download)
Mon Feb 1 13:47:01 2016 UTC (8 years, 1 month ago) by solbu
File size: 873 byte(s)
- New version: 2.1
- New upstream url and Source
- Drop P0: Implemented upstream
1 Summary: Terminal multiplexer
2 Name: tmux
3 Version: 2.1
4 Release: %mkrel 1
5 Source0: https://github.com/%{name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
6 License: BSD
7 Group: Terminals
8 Url: http://tmux.github.io/
9
10 BuildRequires: ncurses-devel
11 BuildRequires: libevent-devel
12
13 %description
14 tmux is a "terminal multiplexer". It allows a number of terminals (or
15 windows) to be accessed and controlled from a single terminal. It is
16 intended to be a simple, modern, BSD-licensed alternative to programs
17 such as GNU screen.
18
19
20 %prep
21 %setup -q
22 %autopatch -p1
23
24 %build
25 %configure2_5x
26 %make
27
28 %install
29 %__install -d %{buildroot}%{_bindir}
30 %__install -m 755 tmux %{buildroot}%{_bindir}
31 %__install -d %{buildroot}%{_mandir}/man1
32 %__install -m 644 tmux.1 %{buildroot}%{_mandir}/man1
33
34 %files
35 %doc README FAQ TODO CHANGES examples/
36 %{_bindir}/tmux
37 %{_mandir}/man1/tmux.*
38

  ViewVC Help
Powered by ViewVC 1.1.30