dd28ee4d5fe9e0a27eed7d930010027b759cfb8f
[profile/mobile/xorg-x11-drv-evdev-multitouch.git] / packaging / xorg-x11-drv-evdev-multitouch.spec
1 #sbs-git:slp/pkgs/xorg/driver/xserver-xorg-input-evdev-multitouch xserver-xorg-input-evdev-multitouch 2.3.2 b89f300e6969a0b8cef3bbe5720ec5300baf4ad3
2 Name:   xorg-x11-drv-evdev-multitouch
3 Summary:    X.Org evdev multitouch input driver.
4 Version: 2.3.2
5 Release:    1
6 Group:      TO_BE/FILLED_IN
7 License:    TO BE FILLED IN
8 Source0:    %{name}-%{version}.tar.gz
9 BuildRequires:  pkgconfig(xorg-macros)
10 BuildRequires:  pkgconfig(xorg-server)
11 BuildRequires:  pkgconfig(xproto)
12 BuildRequires:  pkgconfig(randrproto)
13 BuildRequires:  pkgconfig(inputproto)
14 BuildRequires:  pkgconfig(kbproto)
15 BuildRequires:  pkgconfig(xkbfile)
16
17 %description
18 X.Org X server -- evdev input multitouch driver This package provides the driver for input devices using evdev, the Linux
19  kernel's event delivery mechanism.  This driver allows for multiple keyboards
20  and mice to be treated as separate input devices.
21  .
22  More information about X.Org can be found at:
23  <URL:http://www.X.org>
24  <URL:http://xorg.freedesktop.org>
25  <URL:http://lists.freedesktop.org/mailman/listinfo/xorg>
26  .
27  This package is built from the X.org xf86-input-evdev driver module.
28
29
30 %prep
31 %setup -q
32
33 %build
34 export CFLAGS+=" -Wall -g -D_F_IGNORE_TSP_RESOLUTION_ -D_F_SUPPORT_PREFERRED_NAME_ -D_F_GESTURE_EXTENSION_ "
35
36 %autogen --disable-static
37 %configure --disable-static
38 make %{?jobs:-j%jobs}
39
40 %install
41 rm -rf %{buildroot}
42 %make_install
43
44
45 %files
46 /usr/include/xorg/evdevmultitouch-properties.h
47 /usr/lib/pkgconfig/xorg-evdev-multitouch.pc
48 /usr/lib/xorg/modules/input/evdevmultitouch_drv.so
49 /usr/share/man/man4/evdevmultitouch.4.gz
50