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