]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - pango/pango.nm
Merge remote-tracking branch 'stevee/krb5-update'
[people/amarx/ipfire-3.x.git] / pango / pango.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = pango
7 version = %{ver_major}.%{ver_minor}
8 ver_major = 1.32
9 ver_minor = 5
10 release = 1
11
12 groups = System/Libraries
13 url = http://www.pango.org/
14 license = LGPLv2+
15 summary = System for layout and rendering of internationalized text.
16
17 description
18 Pango is a library for laying out and rendering of text, with an
19 emphasis on internationalization.
20 end
21
22 source_dl = http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{ver_major}/
23 sources = %{thisapp}.tar.xz
24
25 build
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
42 end
43
44 packages
45 package %{name}
46
47 package %{name}-devel
48 template DEVEL
49
50 requires
51 glib2-devel
52 harfbuzz-devel
53 end
54
55 files += %{datadir}/gir*
56 end
57
58 package %{name}-debuginfo
59 template DEBUGINFO
60 end
61 end