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