]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - harfbuzz/harfbuzz.nm
xorg-x11-drv-vmware: Update to 13.0.0.
[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
7version = 0.9.4
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
27 end
28
29 test
30 make check
31 end
32end
33
34packages
35 package %{name}
36
37 package %{name}-devel
38 template DEVEL
39 end
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
44end