]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - pango/pango.nm
cracklib: Fix setting password issue on x86_64 (#10074).
[people/arne_f/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.29
8 version = %{major}.5
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 perl
33 pkg-config
34 end
35
36 configure_options += \
37 --sysconfdir=/etc
38 end
39
40 packages
41 package %{name}
42 end
43
44 package %{name}-devel
45 template DEVEL
46
47 requires
48 glib2-devel
49 end
50 end
51
52 package %{name}-debuginfo
53 template DEBUGINFO
54 end
55 end