]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - harfbuzz/harfbuzz.nm
kernel: Update to 3.13.2.
[people/ms/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 = 0.9.12
8 release = 1
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 make check
35 end
36 end
37
38 packages
39 package %{name}
40
41 package %{name}-devel
42 template DEVEL
43 end
44
45 package %{name}-debuginfo
46 template DEBUGINFO
47 end
48 end