]> git.pld-linux.org Git - packages/xorg-driver-input-evdev.git/blame - xorg-driver-input-evdev.spec
- converted to UTF-8
[packages/xorg-driver-input-evdev.git] / xorg-driver-input-evdev.spec
CommitLineData
5ef838a1 1Summary: X.org input driver for Linux generic event devices
c3f74b7a 2Summary(pl.UTF-8): Sterownik wejściowy X.org dla ogólnych urządzeń linuksowych generujących zdarzenia
5f9ec82a 3Name: xorg-driver-input-evdev
51995647
AM
4Version: 1.1.5
5Release: 1
5f9ec82a
JB
6License: MIT
7Group: X11/Applications
c009ce3e 8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-input-evdev-%{version}.tar.bz2
51995647 9# Source0-md5: 01705ea9a4d1699d5eeb17e7f297a581
5f9ec82a
JB
10URL: http://xorg.freedesktop.org/
11BuildRequires: autoconf >= 2.57
12BuildRequires: automake
13BuildRequires: libtool
14BuildRequires: pkgconfig >= 1:0.19
15BuildRequires: xorg-proto-inputproto-devel
9afd278d 16BuildRequires: xorg-proto-kbproto-devel
8f91e6ec 17BuildRequires: xorg-util-util-macros >= 0.99.2
cfb8ad13
AM
18BuildRequires: xorg-xserver-server-devel >= 1.1.0
19Requires: xorg-xserver-server >= 1.1.0
5f9ec82a
JB
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
5ef838a1
JB
23X.org input driver for Linux generic event devices. It supports all
24input devices that the kernel knows about, including most mice and
25keyboards.
5f9ec82a 26
c3f74b7a
JR
27%description -l pl.UTF-8
28Sterownik wejściowy X.org dla ogólnych urządzeń linuksowych
29generujących zdarzenia. Obsługuje wszystkie urządzenia wejściowe znane
30przez jądro, w tym większość myszy i klawiatur.
5f9ec82a
JB
31
32%prep
33%setup -q -n xf86-input-evdev-%{version}
34
35%build
36%{__libtoolize}
37%{__aclocal}
38%{__autoconf}
39%{__autoheader}
40%{__automake}
41%configure \
42 --disable-static
43
44%{__make}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48
49%{__make} install \
8f91e6ec 50 DESTDIR=$RPM_BUILD_ROOT
5f9ec82a
JB
51
52rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
5199156c 59%doc COPYING ChangeLog
5f9ec82a 60%attr(755,root,root) %{_libdir}/xorg/modules/input/evdev_drv.so
5ef838a1 61%{_mandir}/man4/evdev.4*
This page took 0.061841 seconds and 4 git commands to generate.