]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - fontconfig/fontconfig.nm
glibc: Update to 2.19.
[people/ms/ipfire-3.x.git] / fontconfig / fontconfig.nm
CommitLineData
de396a63 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
de396a63
MT
4###############################################################################
5
802ea3af
MT
6name = fontconfig
7version = 2.7.1
8release = 1
de396a63 9
802ea3af
MT
10groups = System/Graphics
11url = http://fontconfig.org/
12license = MIT
13summary = Font configuration and customization library.
de396a63 14
802ea3af 15description
de396a63
MT
16 Fontconfig is designed to locate fonts within the \
17 system and select them according to requirements specified by \
18 applications.
802ea3af
MT
19end
20
21source_dl =
22
23build
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
35end
36
37packages
38 package %{name}
39 end
1f9bc2f0 40
802ea3af
MT
41 package %{name}-devel
42 template DEVEL
43 end
1f9bc2f0
MT
44
45 package %{name}-debuginfo
46 template DEBUGINFO
47 end
802ea3af 48end