]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - pkgs/pango/pango.nm
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / pkgs / 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
MT
6name = pango
7version = 1.29.3
8release = 1
4eb8152c 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.pango.org/
12license = LGPLv2+
13summary = System for layout and rendering of internationalized text.
4eb8152c 14
802ea3af 15description
4eb8152c
MT
16 Pango is a library for laying out and rendering of text, with an \
17 emphasis on internationalization.
802ea3af
MT
18end
19
20source_dl =
21sources = %{thisapp}.tar.xz
22
23build
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
36end
37
38packages
39 package %{name}
40 end
41
42 package %{name}-devel
43 template DEVEL
44
45 requires
46 glib2-devel
47 end
48 end
49end