/[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 384625 - (hide annotations) (download)
Mon Jan 14 06:45:43 2013 UTC (11 years, 2 months ago) by umeabot
File size: 841 byte(s)
Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild
1 misc 53377 Summary: Terminal multiplexer
2 kharec 137523 Name: tmux
3 dams 309679 Version: 1.7
4 umeabot 384625 Release: %mkrel 3
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     %doc FAQ NOTES TODO CHANGES examples/
35 solbu 310621 %{_bindir}/tmux
36     %{_mandir}/man1/tmux.*
37    

  ViewVC Help
Powered by ViewVC 1.1.30