]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame_incremental - pango/pango.nm
prevent kernel address space leak via dmesg or /proc files
[people/pmueller/ipfire-3.x.git] / pango / pango.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = pango
7version = %{ver_major}.%{ver_minor}
8ver_major = 1.40
9ver_minor = 3
10release = 1
11
12groups = System/Libraries
13url = http://www.pango.org/
14license = LGPLv2+
15summary = System for layout and rendering of internationalized text.
16
17description
18 Pango is a library for laying out and rendering of text, with an
19 emphasis on internationalization.
20end
21
22source_dl = http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{ver_major}/
23sources = %{thisapp}.tar.xz
24
25build
26 requires
27 cairo-gobject-devel
28 fontconfig-devel
29 freetype-devel
30 gcc-c++
31 glib2-devel
32 gobject-introspection-devel
33 harfbuzz-devel >= 0.9.9
34 libXft-devel
35 perl
36 pkg-config
37 end
38
39 configure_options += \
40 --enable-introspection=yes \
41 --enable-installed-tests
42
43 export LD_LIBRARY_PATH = %{DIR_APP}/pango/.libs
44end
45
46packages
47 package %{name}
48
49 package %{name}-devel
50 template DEVEL
51
52 requires
53 glib2-devel
54 harfbuzz-devel
55 end
56
57 files += %{datadir}/gir*
58 end
59
60 package %{name}-debuginfo
61 template DEBUGINFO
62 end
63end