]> git.ipfire.org Git - ipfire-3.x.git/blame - pixman/pixman.nm
vim: Rebuild against glibc
[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
ba38aaa4 7version = 0.42.2
46c25c13 8release = 1
ff281aef 9
802ea3af 10groups = System/Libraries
ba38aaa4 11url = https://www.pixman.org/
802ea3af 12license = MIT
ba38aaa4 13summary = Pixel manipulation library
ff281aef 14
802ea3af 15description
ff281aef 16 Pixman is a pixel manipulation library for X and cairo.
802ea3af
MT
17end
18
ba38aaa4 19source_dl = https://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 29 --disable-static
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