]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - pixman/pixman.nm
pixman: Update to 0.25.6.
[people/amarx/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
46c25c13
SS
7version = 0.25.6
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 += \
29 --disable-arm-iwmmxt
802ea3af
MT
30end
31
32packages
33 package %{name}
1f9bc2f0 34
802ea3af
MT
35 package %{name}-devel
36 template DEVEL
37 end
1f9bc2f0
MT
38
39 package %{name}-debuginfo
40 template DEBUGINFO
41 end
802ea3af 42end