/[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 598837 - (hide annotations) (download)
Mon Mar 3 15:47:38 2014 UTC (10 years ago) by solbu
File size: 843 byte(s)
- New version
1 misc 53377 Summary: Terminal multiplexer
2 kharec 137523 Name: tmux
3 solbu 598837 Version: 1.9a
4     Release: %mkrel 1
5 misc 53377 Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
6     License: BSD
7     Group: Terminals
8     Url: http://tmux.sourceforge.net/
9    
10 solbu 310621 BuildRequires: ncurses-devel
11     BuildRequires: libevent-devel
12    
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    
23     %build
24 kharec 137523 %configure2_5x
25 misc 53377 %make
26    
27     %install
28     %__install -d %{buildroot}%{_bindir}
29     %__install -m 755 tmux %{buildroot}%{_bindir}
30     %__install -d %{buildroot}%{_mandir}/man1
31     %__install -m 644 tmux.1 %{buildroot}%{_mandir}/man1
32    
33     %files
34 mitya 406693 %doc README FAQ TODO CHANGES examples/
35 solbu 310621 %{_bindir}/tmux
36     %{_mandir}/man1/tmux.*
37    

  ViewVC Help
Powered by ViewVC 1.1.30