]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pango/pango.nm
pango: Update to 1.31.0.
[people/ms/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 major = 1.31
8 version = %{major}.0
9 release = 1
10
11 groups = System/Libraries
12 url = http://www.pango.org/
13 license = LGPLv2+
14 summary = System for layout and rendering of internationalized text.
15
16 description
17 Pango is a library for laying out and rendering of text, with an
18 emphasis on internationalization.
19 end
20
21 source_dl = http://ftp.gnome.org/pub/GNOME/sources/pango/%{major}/
22 sources = %{thisapp}.tar.xz
23
24 build
25 requires
26 cairo-devel
27 fontconfig-devel
28 freetype-devel
29 gcc-c++
30 glib2-devel
31 glibc-devel
32 harfbuzz-devel
33 libXft-devel
34 perl
35 pkg-config
36 end
37
38 configure_options += \
39 --sysconfdir=/etc
40 end
41
42 packages
43 package %{name}
44
45 package %{name}-devel
46 template DEVEL
47
48 requires
49 glib2-devel
50 end
51 end
52
53 package %{name}-debuginfo
54 template DEBUGINFO
55 end
56 end