]> git.ipfire.org Git - ipfire-3.x.git/blame - fontconfig/fontconfig.nm
fontconfig: Update to version 2.11.93
[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 6name = fontconfig
001f0f1a 7version = 2.11.93
802ea3af 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
001f0f1a 21source_dl = http://www.freedesktop.org/software/fontconfig/release/
802ea3af
MT
22
23build
24 requires
25 freetype-devel
26 libxml2-devel
27 zlib-devel
28 end
29
30 configure_options += \
802ea3af
MT
31 --enable-libxml2 \
32 --with-add-fonts=/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/TTF,/usr/local/share/fonts
001f0f1a
MT
33
34 test
35 make check
36 end
37
38 install_cmds
39 for i in $(find %{BUILDROOT}%{sysconfdir}/fonts/conf.d -type l); do
40 ln -svf --relative %{BUILDROOT}$(readlink -m ${i}) ${i}
41 done
42 end
802ea3af
MT
43end
44
45packages
46 package %{name}
001f0f1a
MT
47 postinst
48 umask 0022
49
50 mkdir -p %{localstatedir}/cache/fontconfig
51
52 if [ -x "%{bindir}/fc-cache" ]; then
53 HOME=/root %{bindir}/fc-cache -f
54 fi
55 end
802ea3af 56 end
1f9bc2f0 57
802ea3af
MT
58 package %{name}-devel
59 template DEVEL
60 end
1f9bc2f0
MT
61
62 package %{name}-debuginfo
63 template DEBUGINFO
64 end
802ea3af 65end