void-packages/srcpkgs/pixman/template
2012-11-08 07:57:00 +01:00

21 lines
648 B
Plaintext

# Template build file for 'pixman'.
pkgname=pixman
version=0.28.0
revision=1
build_style=gnu-configure
configure_args="--disable-static --disable-gtk" # do not require gtk+!
makedepends="pkg-config perl"
subpackages="$pkgname-devel"
short_desc="Library of low-level pixel manipulation routines"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://xorg.freedesktop.org"
license="MIT"
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
checksum=6056f9aa0e0578a0492e34fc2ce6dd7bfb181090ed687993c03b969c8cec4828
long_desc="
Pixel manipulation library for modular X.org."
post_install() {
vinstall COPYING 644 usr/share/licenses/$pkgname
}