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