]> git.pld-linux.org Git - packages/xorg-driver-input-void.git/blob - xorg-driver-input-void.spec
38afb9308d30aedf271534b588afa262e9d34713
[packages/xorg-driver-input-void.git] / xorg-driver-input-void.spec
1 Summary:        X.org null input driver
2 Summary(pl.UTF-8):      Pusty sterownik wejściowy X.org
3 Name:           xorg-driver-input-void
4 Version:        1.4.1
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-input-void-%{version}.tar.bz2
9 # Source0-md5:  5227013b52b3ca85d6b7ec8adea988d4
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  xorg-proto-xproto-devel
16 BuildRequires:  xorg-util-util-macros >= 1.8
17 BuildRequires:  xorg-xserver-server-devel >= 1.9.99.1
18 BuildRequires:  rpmbuild(macros) >= 1.389
19 %{?requires_xorg_xserver_xinput}
20 Requires:       xorg-xserver-server >= 1.9.99.1
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 X.org dummy/null input driver. It doesn't connect to any physical
25 device, and it never delivers any events. It functions as both a
26 pointer and keyboard device, and may be used as X server's core
27 pointer and/or core keyboard. It's purpose is to allow the X server to
28 operate without a core pointer and/or core keyboard.
29
30 %description -l pl.UTF-8
31 Pusty sterownik wejściowy X.org. Nie łączy się z żadnym urządzeniem
32 fizycznym i nie dostarcza żadnych zdarzeń. Działa zarówno jako
33 urządzenie wskazujące jak i klawiatura; może być używany jako główne
34 urządzenie wskazujące i/lub główna klawiatura serwera X. Jego celem
35 jest umożliwienie działania serwera X bez głównego urządzenia
36 wskazujacego i/lub głównej klawiatury.
37
38 %prep
39 %setup -q -n xf86-input-void-%{version}
40
41 %build
42 %{__libtoolize}
43 %{__aclocal}
44 %{__autoconf}
45 %{__autoheader}
46 %{__automake}
47 %configure
48
49 %{__make}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT
56
57 %{__rm} $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 COPYING ChangeLog README
65 %attr(755,root,root) %{_libdir}/xorg/modules/input/void_drv.so
66 %{_mandir}/man4/void.4*
This page took 0.086683 seconds and 2 git commands to generate.