]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - libXext/libXext.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / libXext / libXext.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libXext
7 version = 1.1.2
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 libXext runtime library.
15
16 PKG_PACKAGES += %{name}-devel
17
18 description
19 X.Org X11 libXext development package.
20 end
21
22 source_dl =
23
24 build
25 requires
26 libX11-devel
27 libXau-devel
28 pkg-config
29 xorg-x11-proto-devel
30 end
31
32 configure_options += \
33 --disable-static
34 end
35
36 packages
37 package %{name}
38 end
39
40 package %{name}-devel
41 template DEVEL
42 end
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
47 end