]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - cairo/cairo.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / cairo / cairo.nm
CommitLineData
f9727f8b 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
f9727f8b
MT
4###############################################################################
5
802ea3af
MT
6name = cairo
7version = 1.10.2
48bd5015 8release = 3
f9727f8b 9
802ea3af
MT
10groups = System/Graphics
11url = http://cairographics.org
12license = LGPLv2 MPLv1.1
13summary = A 2D graphics library.
f9727f8b 14
802ea3af 15description
f9727f8b
MT
16 Cairo is a 2D graphics library designed to provide high-quality display \
17 and print output.
802ea3af
MT
18end
19
20source_dl = http://cairographics.org/releases/
21
22build
23 requires
48bd5015 24 binutils>=2.21.51.0.8-2
802ea3af
MT
25 fontconfig-devel
26 freetype-devel
27 libpng-devel
28 pixman-devel
29 pkg-config
30 zlib-devel
31 end
32end
33
34packages
35 package %{name}
48bd5015 36
802ea3af
MT
37 package %{name}-devel
38 template DEVEL
1f9bc2f0 39
802ea3af
MT
40 # The development package needs the other dependencies as well.
41 requires
42 fontconfig-devel
43 freetype-devel
44 libpng-devel
45 pixman-devel
46 end
47 end
1f9bc2f0
MT
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
802ea3af 52end