]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blame - harfbuzz/harfbuzz.nm
glibc: Disable multilib support on X86_64
[people/stevee/ipfire-3.x.git] / harfbuzz / harfbuzz.nm
CommitLineData
3e153292
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = harfbuzz
036cb8b9 7version = 5.3.1
91890e3d 8release = 2
3e153292
SS
9
10groups = System/Libraries
036cb8b9 11url = https://freedesktop.org/wiki/Software/HarfBuzz
3e153292 12license = MIT
036cb8b9 13summary = A text shaping library
3e153292
SS
14
15description
16 HarfBuzz is an implementation of the OpenType Layout engine.
17end
18
036cb8b9
MT
19source_dl = https://github.com/harfbuzz/harfbuzz/releases/download/%{version}/
20sources = %{thisapp}.tar.xz
3e153292
SS
21
22build
23 requires
24 cairo-devel
25 freetype-devel
26 glib2-devel
91890e3d 27 gobject-introspection-devel
2a0d0c29 28 icu-devel
3e153292
SS
29 end
30
2a0d0c29 31 configure_options += \
036cb8b9
MT
32 --disable-static \
33 --with-gobject
2a0d0c29 34
91890e3d
MT
35 export LD_LIBRARY_PATH=%{DIR_APP}/src/.libs
36
3e153292 37 test
91890e3d 38 make check || :
3e153292
SS
39 end
40end
41
42packages
43 package %{name}
44
45 package %{name}-devel
46 template DEVEL
47 end
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
52end