]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - xorg-x11-drv-evdev/xorg-x11-drv-evdev.nm
xorg-x11-drv-evdev: Update to 2.7.3.
[people/ms/ipfire-3.x.git] / xorg-x11-drv-evdev / xorg-x11-drv-evdev.nm
CommitLineData
f520c16f 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
f520c16f
SS
4###############################################################################
5
802ea3af 6name = xorg-x11-drv-evdev
a64cbd4f 7version = 2.7.3
802ea3af 8release = 1
f520c16f 9
802ea3af
MT
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Driver
12url = http://www.x.org/
13license = MIT
14summary = Xorg X11 evdev input driver.
f520c16f 15
802ea3af
MT
16description
17 X.Org X11 evdev input driver.
18end
f520c16f 19
a64cbd4f
SS
20# Specify the X Server version to build for.
21x11_server_ver = 1.13.2
22
23thisapp = xf86-input-evdev-%{version}
24
802ea3af 25source_dl = http://ftp.x.org/pub/individual/driver/
b03db2a8 26
802ea3af
MT
27build
28 requires
a64cbd4f 29 libudev-devel
802ea3af
MT
30 libxkbfile-devel
31 pkg-config
32 xorg-x11-proto-devel
a64cbd4f 33 xorg-x11-server-devel >= %{x11_server_ver}
802ea3af
MT
34 xorg-x11-util-macros
35 end
f520c16f 36
802ea3af 37 CFLAGS += -Wl,-z,lazy
f520c16f 38
802ea3af
MT
39 configure_options += \
40 --disable-static
41end
f520c16f 42
802ea3af
MT
43quality-agent
44 permit_not_full_relro = yes
45end
355c246d 46
802ea3af
MT
47packages
48 package %{name}
a64cbd4f
SS
49 requires
50 xorg-x11-server >= %{x11_server_ver}
51 end
802ea3af 52 end
bcf28dbe 53
802ea3af
MT
54 package %{name}-devel
55 template DEVEL
56 end
1f9bc2f0
MT
57
58 package %{name}-debuginfo
59 template DEBUGINFO
60 end
802ea3af 61end