]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - fontconfig/fontconfig.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / fontconfig / fontconfig.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = fontconfig
7 version = 2.7.1
8 release = 1
9
10 groups = System/Graphics
11 url = http://fontconfig.org/
12 license = MIT
13 summary = Font configuration and customization library.
14
15 description
16 Fontconfig is designed to locate fonts within the \
17 system and select them according to requirements specified by \
18 applications.
19 end
20
21 source_dl =
22
23 build
24 requires
25 freetype-devel
26 libxml2-devel
27 zlib-devel
28 end
29
30 configure_options += \
31 --sysconfdir=/etc \
32 --localstatedir=/var \
33 --enable-libxml2 \
34 --with-add-fonts=/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/TTF,/usr/local/share/fonts
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