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