ipfire-3.x/pixman/pixman.nm

43 lines
878 B
Plaintext

###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = pixman
version = 0.42.2
release = 1
groups = System/Libraries
url = https://www.pixman.org/
license = MIT
summary = Pixel manipulation library
description
Pixman is a pixel manipulation library for X and cairo.
end
source_dl = https://xorg.freedesktop.org/archive/individual/lib/
build
requires
libpng-devel
perl
pkg-config
end
configure_options += \
--disable-static
end
packages
package %{name}
package %{name}-devel
template DEVEL
end
package %{name}-debuginfo
template DEBUGINFO
end
end