1 |
Name: xeyes |
2 |
Version: 1.2.0 |
3 |
Release: %mkrel 2 |
4 |
Summary: A follow the mouse X demo |
5 |
Group: Development/X11 |
6 |
Url: https://xorg.freedesktop.org/ |
7 |
Source: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 |
8 |
License: MIT |
9 |
|
10 |
BuildRequires: pkgconfig(x11) >= 1.0.0 |
11 |
BuildRequires: pkgconfig(xext) >= 1.0.0 |
12 |
BuildRequires: pkgconfig(xi) >= 1.7 |
13 |
BuildRequires: pkgconfig(xmu) >= 1.0.0 |
14 |
BuildRequires: pkgconfig(xt) >= 1.0.0 |
15 |
BuildRequires: pkgconfig(xrender) >= 0.4 |
16 |
BuildRequires: x11-util-macros >= 1.0.1 |
17 |
|
18 |
%description |
19 |
xeyes is a graphical computer program showing two googly eyes which |
20 |
follow the cursor movements on the screen as if they were watching it. |
21 |
|
22 |
%prep |
23 |
%setup -q |
24 |
|
25 |
%build |
26 |
%configure --x-includes=%{_includedir}\ |
27 |
--x-libraries=%{_libdir} |
28 |
|
29 |
%make_build |
30 |
|
31 |
%install |
32 |
%make_install |
33 |
|
34 |
%files |
35 |
%{_bindir}/xeyes |
36 |
%{_mandir}/man1/xeyes.1* |