Branching for 2.0alpha
[profile/ivi/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(resourceproto)
16 BuildRequires:  pkgconfig(xkbfile)
17 BuildRequires:  pkgconfig(libdrm)
18
19 %description
20 X.Org X server -- evdev input multitouch driver This package provides the driver for input devices using evdev, the Linux
21  kernel's event delivery mechanism.  This driver allows for multiple keyboards
22  and mice to be treated as separate input devices.
23  .
24  More information about X.Org can be found at:
25  <URL:http://www.X.org>
26  <URL:http://xorg.freedesktop.org>
27  <URL:http://lists.freedesktop.org/mailman/listinfo/xorg>
28  .
29  This package is built from the X.org xf86-input-evdev driver module.
30
31
32 %prep
33 %setup -q
34
35 %build
36 export CFLAGS+=" -Wall -g -D_F_IGNORE_TSP_RESOLUTION_ -D_F_SUPPORT_PREFERRED_NAME_ -D_F_GESTURE_EXTENSION_ "
37
38 %autogen --disable-static
39 %configure --disable-static
40 make %{?jobs:-j%jobs}
41
42 %install
43 rm -rf %{buildroot}
44 %make_install
45
46
47 %files
48 /usr/include/xorg/evdevmultitouch-properties.h
49 /usr/lib/pkgconfig/xorg-evdev-multitouch.pc
50 /usr/lib/xorg/modules/input/evdevmultitouch_drv.so
51 /usr/share/man/man4/evdevmultitouch.4.gz
52