]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - cairo/cairo.nm
cairo: Update to 1.12.2.
[people/amarx/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 6name = cairo
8179e8c5
SS
7version = 1.12.2
8release = 1
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/
8179e8c5 21sources = %{thisapp}.tar.xz
802ea3af
MT
22
23build
24 requires
48bd5015 25 binutils>=2.21.51.0.8-2
802ea3af
MT
26 fontconfig-devel
27 freetype-devel
8179e8c5
SS
28 libX11-devel
29 libxml2-devel
802ea3af 30 libpng-devel
8179e8c5 31 pixman-devel>=0.22
802ea3af
MT
32 pkg-config
33 zlib-devel
34 end
8179e8c5
SS
35
36 configure_options += \
37 --enable-freetype \
38 --enable-xlib \
39 --enable-xml \
40 --disable-static
802ea3af
MT
41end
42
43packages
44 package %{name}
48bd5015 45
802ea3af
MT
46 package %{name}-devel
47 template DEVEL
1f9bc2f0 48
802ea3af
MT
49 # The development package needs the other dependencies as well.
50 requires
51 fontconfig-devel
52 freetype-devel
53 libpng-devel
54 pixman-devel
55 end
56 end
1f9bc2f0
MT
57
58 package %{name}-debuginfo
59 template DEBUGINFO
60 end
802ea3af 61end