/[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 2040878 - (show annotations) (download)
Tue Feb 13 12:54:30 2024 UTC (2 months ago) by solbu
File size: 823 byte(s)
Add missing bison dependency
1 Summary: Terminal multiplexer
2 Name: tmux
3 Version: 3.4
4 Release: %mkrel 1
5 License: BSD
6 Group: Terminals
7 Url: https://tmux.github.io/
8 Source0: https://github.com/%{name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
9 BuildRequires: pkgconfig(ncurses)
10 BuildRequires: pkgconfig(libevent)
11 BuildRequires: pkgconfig(libsystemd)
12 BuildRequires: utempter-devel
13 BuildRequires: bison
14
15 %description
16 tmux is a "terminal multiplexer". It allows a number of terminals (or
17 windows) to be accessed and controlled from a single terminal. It is
18 intended to be a simple, modern, BSD-licensed alternative to programs
19 such as GNU screen.
20
21
22 %prep
23 %setup -q
24 %autopatch -p1
25
26 %build
27 %configure --enable-systemd
28 %make_build
29
30 %install
31 %make_install
32
33 %files
34 %doc README CHANGES
35 %license COPYING
36 %{_bindir}/tmux
37 %{_mandir}/man1/tmux.*
38

  ViewVC Help
Powered by ViewVC 1.1.30