]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - libX11/libX11.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / libX11 / libX11.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libX11
7 version = 1.3.2
8 release = 1
9
10 maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11 groups = System/Libraries
12 url = http://www.x.org/
13 license = MIT
14 summary = X11 protocol client library.
15
16 description
17 Client library for X.org X11 protocol.
18 end
19
20 source_dl =
21 sources = %{thisapp}.tar.bz2
22
23 build
24 requires
25 libxcb-devel
26 pkg-config
27 xorg-x11-proto-devel
28 xorg-x11-xtrans-devel
29 end
30 end
31
32 packages
33 package %{name}
34 end
35
36 package %{name}-devel
37 template DEVEL
38 end
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43 end