]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - pixman/pixman.nm
perl-XML-SAX-Base: New package.
[people/ms/ipfire-3.x.git] / pixman / pixman.nm
CommitLineData
ff281aef 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
ff281aef
MT
4###############################################################################
5
802ea3af 6name = pixman
184b1870 7version = 0.30.0
46c25c13 8release = 1
ff281aef 9
802ea3af 10groups = System/Libraries
46c25c13 11url = http://www.X.org/
802ea3af
MT
12license = MIT
13summary = Pixel manipulation library.
ff281aef 14
802ea3af 15description
ff281aef 16 Pixman is a pixel manipulation library for X and cairo.
802ea3af
MT
17end
18
46c25c13 19source_dl = http://xorg.freedesktop.org/archive/individual/lib/
802ea3af
MT
20
21build
22 requires
46c25c13 23 libpng-devel
802ea3af
MT
24 perl
25 pkg-config
26 end
46c25c13
SS
27
28 configure_options += \
184b1870
MT
29 --disable-arm-iwmmxt \
30 --disable-arm-iwmmxt2 \
31 --disable-static
802ea3af
MT
32end
33
34packages
35 package %{name}
1f9bc2f0 36
802ea3af
MT
37 package %{name}-devel
38 template DEVEL
39 end
1f9bc2f0
MT
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
802ea3af 44end