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