]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - xkeyboard-config/xkeyboard-config.nm
grep: Update to version 2.18.
[people/ms/ipfire-3.x.git] / xkeyboard-config / xkeyboard-config.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = xkeyboard-config
7 version = 1.9
8 release = 1
9 arch = noarch
10
11 maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
12 groups = X/Utils
13 url = http://www.x.org/
14 license = MIT
15 summary = X Keyboard Extension configuration data.
16
17 description
18 This package contains configuration data used by the X Keyboard
19 Extension (XKB), which allows selection of keyboard layouts when
20 using a graphical interface.
21 end
22
23 source_dl = http://ftp.x.org/pub/individual/data/
24 sources = %{thisapp}.tar.bz2
25
26 build
27 requires
28 gettext
29 intltool
30 pkg-config
31 perl-XML-Parser
32 xorg-x11-util-macros
33 xorg-x11-xkb-utils
34 end
35
36 configure_options += \
37 --disable-static \
38 --with-xkb-base=/usr/share/X11/xkb \
39 --disable-xkbcomp-symlink \
40 --with-xkb-rules-symlink=xorg
41
42 make_install_targets += INSTALL="install -p"
43 end
44
45 packages
46 package %{name}
47 end
48 end