]> git.ipfire.org Git - ipfire-3.x.git/blame - harfbuzz/harfbuzz.nm
linux-firmware: update to 20190620 (git-7ae3a09)
[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
b3d470d3 7version = 1.2.4
6f9a81c1 8release = 2
3e153292
SS
9
10groups = System/Libraries
11url = http://freedesktop.org/wiki/Software/HarfBuzz
12license = MIT
13summary = A text shaping library.
14
15description
16 HarfBuzz is an implementation of the OpenType Layout engine.
17end
18
19source_dl = http://www.freedesktop.org/software/harfbuzz/release/
20sources = %{thisapp}.tar.bz2
21
22build
23 requires
24 cairo-devel
25 freetype-devel
26 glib2-devel
2a0d0c29 27 icu-devel
3e153292
SS
28 end
29
2a0d0c29
SS
30 configure_options += \
31 --disable-static
32
3e153292 33 test
6f9a81c1 34 export LD_LIBRARY_PATH=$(pwd)/src/.libs
3e153292
SS
35 make check
36 end
37end
38
39packages
40 package %{name}
41
42 package %{name}-devel
43 template DEVEL
44 end
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
49end