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