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