]> git.ipfire.org Git - ipfire-3.x.git/blame - xorg-x11-xkb-utils/xorg-x11-xkb-utils.nm
clamav: Update to 0.101.4
[ipfire-3.x.git] / xorg-x11-xkb-utils / xorg-x11-xkb-utils.nm
CommitLineData
a4295f5f 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
a4295f5f
SS
4###############################################################################
5
802ea3af
MT
6name = xorg-x11-xkb-utils
7version = 7.4
8release = 1
a4295f5f 9
802ea3af
MT
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Fonts
12url = http://www.x.org/
13license = MIT
14summary = X.Org X11 xkb utilities.
e66d24a5 15
802ea3af 16description
a4295f5f 17 X.Org X11 xkb utilities.
802ea3af
MT
18end
19
20configure_options += \
21 --mandir=/usr/share/man
22
23CFLAGS += -DHAVE_STRCASECMP
24
25source_dl = http://ftp.x.org/pub/individual/app/
26sources = \
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
33build
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
1429c856 53 make %{PARALLELISMFLAGS}
802ea3af
MT
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
63end
64
65packages
66 package %{name}
67 end
1f9bc2f0
MT
68
69 package %{name}-debuginfo
70 template DEBUGINFO
71 end
802ea3af 72end