]> git.ipfire.org Git - ipfire-3.x.git/blob - harfbuzz/harfbuzz.nm
nettle: Update to 3.4.1
[ipfire-3.x.git] / harfbuzz / harfbuzz.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = harfbuzz
7 version = 1.2.4
8 release = 2
9
10 groups = System/Libraries
11 url = http://freedesktop.org/wiki/Software/HarfBuzz
12 license = MIT
13 summary = A text shaping library.
14
15 description
16 HarfBuzz is an implementation of the OpenType Layout engine.
17 end
18
19 source_dl = http://www.freedesktop.org/software/harfbuzz/release/
20 sources = %{thisapp}.tar.bz2
21
22 build
23 requires
24 cairo-devel
25 freetype-devel
26 glib2-devel
27 icu-devel
28 end
29
30 configure_options += \
31 --disable-static
32
33 test
34 export LD_LIBRARY_PATH=$(pwd)/src/.libs
35 make check
36 end
37 end
38
39 packages
40 package %{name}
41
42 package %{name}-devel
43 template DEVEL
44 end
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
49 end