forked from jordansissel/keynav
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkeynav.spec
31 lines (27 loc) · 792 Bytes
/
keynav.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Name: keynav
Version: 0.20200906.4
Release: 1%{dist}
Summary: A powerful MUD client with a built-in Perl interpreter
License: FIXME
Group: Productivity
URL: https://www.semicomplete.com/projects/keynav
Source0: https://github.com/dhalucario/%{name}/archive/%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: make
BuildRequires: gcc
BuildRequires: perl-podlators
BuildRequires: libX11-devel
BuildRequires: libXext-devel
BuildRequires: libXinerama-devel
BuildRequires: libXrandr-devel
BuildRequires: glib2-devel
BuildRequires: cairo-devel
BuildRequires: libxdo-devel
%description
%prep
%setup -q
make %{?_smp_mflags}
make PREFIX=%{buildroot}/usr/ install
%files
/usr/bin/keynav
/usr/share/man/man1/keynav.1.gz