/[packages]/cauldron/xeyes/pristine/SPECS/xeyes.spec
ViewVC logotype

Annotation of /cauldron/xeyes/pristine/SPECS/xeyes.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27712 - (hide annotations) (download)
Thu Jan 20 23:47:42 2011 UTC (13 years, 3 months ago) by ennael
File size: 893 byte(s)
Copying release 1.1.1-1mdv2011.0 to pristine/ directory.
1 ennael 27711 Name: xeyes
2     Version: 1.1.1
3     Release: %mkrel 1
4     Summary: A follow the mouse X demo
5     Group: Development/X11
6     Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
7     License: MIT
8     BuildRoot: %{_tmppath}/%{name}-root
9    
10     BuildRequires: libx11-devel >= 1.0.0
11     BuildRequires: libxext-devel >= 1.0.0
12     BuildRequires: libxmu-devel >= 1.0.0
13     BuildRequires: libxt-devel >= 1.0.0
14     BuildRequires: libxrender-devel >= 0.4
15     BuildRequires: x11-util-macros >= 1.0.1
16    
17     %description
18     xeyes is a graphical computer program showing two googly eyes which
19     follow the cursor movements on the screen as if they were watching it.
20    
21     %prep
22     %setup -q -n %{name}-%{version}
23    
24     %build
25     %configure --x-includes=%{_includedir}\
26     --x-libraries=%{_libdir}
27    
28     %make
29    
30     %install
31     rm -rf %{buildroot}
32     %makeinstall_std
33    
34     %clean
35     rm -rf %{buildroot}
36    
37     %files
38     %defattr(-,root,root)
39     %{_bindir}/xeyes
40     %{_mandir}/man1/xeyes.1*
41    
42    

  ViewVC Help
Powered by ViewVC 1.1.30