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