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