]> git.pld-linux.org Git - packages/xorg-driver-input-evdev.git/blob - xorg-driver-input-evdev.spec
- new
[packages/xorg-driver-input-evdev.git] / xorg-driver-input-evdev.spec
1 Summary:        X.org input driver for evdev devices
2 Summary(pl):    Sterownik wej¶ciowy X.org dla urz±dzeñ evdev
3 Name:           xorg-driver-input-evdev
4 Version:        1.0.0.1
5 Release:        0.1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/X11R7.0-RC1/driver/xf86-input-evdev-%{version}.tar.bz2
9 # Source0-md5:  9ebb092846a008271680ba190a069245
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-util-util-macros >= 0.99.1
17 BuildRequires:  xorg-xserver-server-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 X.org input driver for evdev devices.
22
23 %description -l pl
24 Sterownik wej¶ciowy X.org dla urz±dzeñ evdev.
25
26 %prep
27 %setup -q -n xf86-input-evdev-%{version}
28
29 %build
30 %{__libtoolize}
31 %{__aclocal}
32 %{__autoconf}
33 %{__autoheader}
34 %{__automake}
35 %configure \
36         --disable-static
37
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT \
45         drivermandir=%{_mandir}/man4
46
47 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %attr(755,root,root) %{_libdir}/xorg/modules/input/evdev_drv.so
55 #%{_mandir}/man4/evdev.4x*
This page took 0.074935 seconds and 3 git commands to generate.