/[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 309679 - (show 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 Summary: Terminal multiplexer
2 Name: tmux
3 Version: 1.7
4 Release: %mkrel 1
5 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 %configure2_5x
22 %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