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