]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - xorg-x11-xkb-utils/xorg-x11-xkb-utils.nm
libnetfilter_queue: Update to 1.0.2.
[people/ms/ipfire-3.x.git] / xorg-x11-xkb-utils / xorg-x11-xkb-utils.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-xkb-utils
7 version = 7.4
8 release = 1
9
10 maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11 groups = X/Fonts
12 url = http://www.x.org/
13 license = MIT
14 summary = X.Org X11 xkb utilities.
15
16 description
17 X.Org X11 xkb utilities.
18 end
19
20 configure_options += \
21 --mandir=/usr/share/man
22
23 CFLAGS += -DHAVE_STRCASECMP
24
25 source_dl = http://ftp.x.org/pub/individual/app/
26 sources = \
27 xkbcomp-1.1.1.tar.bz2 \
28 xkbutils-1.0.3.tar.bz2 \
29 xkbevd-1.1.1.tar.bz2 \
30 xkbprint-1.0.1.tar.bz2 \
31 setxkbmap-1.2.0.tar.bz2
32
33 build
34 requires
35 bison
36 libICE-devel
37 libSM-devel
38 libX11-devel
39 libXaw-devel
40 libXmu-devel
41 libXt-devel
42 libxkbfile-devel
43 pkg-config
44 xorg-x11-proto-devel
45 end
46
47 build
48 for object in %{sources}; do
49 cd %{DIR_SRC}/${object%*.tar.bz2}
50 rm -vf xkbparse.c # force regen
51 ./configure %{configure_options}
52
53 make %{PARALLELISMFLAGS}
54 done
55 end
56
57 install
58 for object in %{sources}; do
59 cd %{DIR_SRC}/${object%*.tar.bz2}
60 make install DESTDIR=%{BUILDROOT}
61 done
62 end
63 end
64
65 packages
66 package %{name}
67 end
68
69 package %{name}-debuginfo
70 template DEBUGINFO
71 end
72 end