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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1420856 - (hide annotations) (download)
Sat Jul 13 07:11:44 2019 UTC (4 years, 8 months ago) by daviddavid
File size: 875 byte(s)
- new version: 2.9a

1 misc 53377 Summary: Terminal multiplexer
2 kharec 137523 Name: tmux
3 daviddavid 1420856 Version: 2.9a
4     Release: %mkrel 1
5 daviddavid 1229954 License: BSD
6 misc 53377 Group: Terminals
7 solbu 929879 Url: http://tmux.github.io/
8 daviddavid 1229954 Source0: https://github.com/%{name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
9 misc 53377
10 ovitters 1146780 BuildRequires: pkgconfig(ncurses)
11     BuildRequires: pkgconfig(libevent)
12 solbu 310621
13 misc 53377 %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 solbu 310621
20 misc 53377 %prep
21     %setup -q
22 blino 872306 %autopatch -p1
23 misc 53377
24     %build
25 kharec 137523 %configure2_5x
26 ngompa 1058483 %make_build
27 misc 53377
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 joequant 1171741 %doc README TODO CHANGES
36 solbu 310621 %{_bindir}/tmux
37     %{_mandir}/man1/tmux.*
38    

  ViewVC Help
Powered by ViewVC 1.1.30