]> git.pld-linux.org Git - packages/xorg-driver-input-void.git/blob - xorg-driver-input-void.spec
- 1.0.0.2 (X11R7.0-RC2)
[packages/xorg-driver-input-void.git] / xorg-driver-input-void.spec
1 Summary:        X.org null input driver
2 Summary(pl):    Pusty sterownik wej¶ciowy X.org
3 Name:           xorg-driver-input-void
4 Version:        1.0.0.2
5 Release:        0.1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/X11R7.0-RC2/driver/xf86-input-void-%{version}.tar.bz2
9 # Source0-md5:  b0647f3c0e403cdd22f530eb545cf495
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  xorg-proto-inputproto-devel
16 BuildRequires:  xorg-proto-randrproto-devel
17 BuildRequires:  xorg-util-util-macros >= 0.99.1
18 BuildRequires:  xorg-xserver-server-devel >= 0.99.3
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 X.org dummy/null input driver. It doesn't connect to any physical
23 device, and it never delivers any events. It functions as both a
24 pointer and keyboard device, and may be used as X server's core
25 pointer and/or core keyboard. It's purpose is to allow the X server to
26 operate without a core pointer and/or core keyboard.
27
28 %description -l pl
29 Pusty sterownik wej¶ciowy X.org. Nie ³±czy siê z ¿adnym urz±dzeniem
30 fizycznym i nie dostarcza ¿adnych zdarzeñ. Dzia³a zarówno jako
31 urz±dzenie wskazuj±ce jak i klawiatura; mo¿e byæ u¿ywany jako g³ówne
32 urz±dzenie wskazuj±ce i/lub g³ówna klawiatura serwera X. Jego celem
33 jest umo¿liwienie dzia³ania serwera X bez g³ównego urz±dzenia
34 wskazujacego i/lub g³ównej klawiatury.
35
36 %prep
37 %setup -q -n xf86-input-void-%{version}
38
39 %build
40 %{__libtoolize}
41 %{__aclocal}
42 %{__autoconf}
43 %{__autoheader}
44 %{__automake}
45 %configure \
46         --disable-static
47
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT \
55         drivermandir=%{_mandir}/man4
56
57 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %doc ChangeLog
65 %attr(755,root,root) %{_libdir}/xorg/modules/input/void_drv.so
66 %{_mandir}/man4/void.4x*
This page took 0.067989 seconds and 4 git commands to generate.