]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libxkbfile/libxkbfile.nm
libxkbfile: Fix wrong description.
[people/ms/ipfire-3.x.git] / libxkbfile / libxkbfile.nm
CommitLineData
0badf05e 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
0badf05e
MT
4###############################################################################
5
802ea3af 6name = libxkbfile
ecd09a16 7version = 1.0.8
802ea3af 8release = 1
0badf05e 9
802ea3af
MT
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Libraries
12url = http://www.x.org
13license = MIT
14summary = X.Org X11 libxkbfile runtime library.
0badf05e 15
802ea3af 16description
995af6a6 17 X.Org X11 libxkbfile runtime library.
802ea3af
MT
18end
19
ecd09a16 20source_dl = http://ftp.x.org/pub/individual/lib/
802ea3af
MT
21
22build
23 requires
24 libX11-devel
25 pkg-config
26 xorg-x11-proto-devel
27 end
28end
29
30packages
31 package %{name}
1f9bc2f0 32
802ea3af
MT
33 package %{name}-devel
34 template DEVEL
35 end
1f9bc2f0
MT
36
37 package %{name}-debuginfo
38 template DEBUGINFO
39 end
802ea3af 40end