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