/[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 1480687 - (show annotations) (download)
Thu Jan 16 21:03:56 2020 UTC (4 years, 2 months ago) by wally
File size: 718 byte(s)
- replace deprecated %%configure2_5x
1 Summary: Terminal multiplexer
2 Name: tmux
3 Version: 3.0a
4 Release: %mkrel 1
5 License: BSD
6 Group: Terminals
7 Url: http://tmux.github.io/
8 Source0: https://github.com/%{name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
9
10 BuildRequires: pkgconfig(ncurses)
11 BuildRequires: pkgconfig(libevent)
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 %configure
26 %make_build
27
28 %install
29 %makeinstall
30
31 %files
32 %doc README CHANGES
33 %{_bindir}/tmux
34 %{_mandir}/man1/tmux.*
35 %license COPYING
36

  ViewVC Help
Powered by ViewVC 1.1.30