/[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 309679 - (hide annotations) (download)
Wed Oct 24 16:15:44 2012 UTC (11 years, 5 months ago) by dams
File size: 820 byte(s)
- new version 1.7
- remove useless patch
- clean specfile

1 misc 53377 Summary: Terminal multiplexer
2 kharec 137523 Name: tmux
3 dams 309679 Version: 1.7
4 kharec 137523 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     BuildRequires: ncurses-devel, libevent-devel
10    
11     %description
12     tmux is a "terminal multiplexer". It allows a number of terminals (or
13     windows) to be accessed and controlled from a single terminal. It is
14     intended to be a simple, modern, BSD-licensed alternative to programs
15     such as GNU screen.
16    
17     %prep
18     %setup -q
19    
20     %build
21 kharec 137523 %configure2_5x
22 misc 53377 %make
23    
24     %install
25     %__install -d %{buildroot}%{_bindir}
26     %__install -m 755 tmux %{buildroot}%{_bindir}
27     %__install -d %{buildroot}%{_mandir}/man1
28     %__install -m 644 tmux.1 %{buildroot}%{_mandir}/man1
29    
30     %files
31     %doc FAQ NOTES TODO CHANGES examples/
32     %_bindir/tmux
33     %_mandir/man1/tmux.*

  ViewVC Help
Powered by ViewVC 1.1.30