/[packages]/cauldron/xsetpointer/current/SPECS/xsetpointer.spec
ViewVC logotype

Contents of /cauldron/xsetpointer/current/SPECS/xsetpointer.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30216 - (show annotations) (download)
Fri Jan 21 20:04:45 2011 UTC (13 years, 3 months ago) by ennael
File size: 779 byte(s)
imported package xsetpointer
1 Name: xsetpointer
2 Version: 1.0.1
3 Release: %mkrel 6
4 Summary: Set an X Input device as the main pointer
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: libxi-devel >= 1.0.0
12 BuildRequires: x11-util-macros >= 1.0.1
13 BuildRequires: x11-proto-devel >= 1.0.3-3mdv
14
15 %description
16 Xsetpointer sets an XInput device as the main pointer.
17
18 %prep
19 %setup -q -n %{name}-%{version}
20
21 %build
22 %configure2_5x --x-includes=%{_includedir}\
23 --x-libraries=%{_libdir}
24
25 %make
26
27 %install
28 rm -rf %{buildroot}
29 %makeinstall_std
30
31 #
32
33 %clean
34 rm -rf %{buildroot}
35
36 %files
37 %defattr(-,root,root)
38 %{_bindir}/xsetpointer
39 %{_mandir}/man1/xsetpointer.1x*
40
41

  ViewVC Help
Powered by ViewVC 1.1.30