void-packages/srcpkgs/pixman/template

17 lines
551 B
Text
Raw Normal View History

# Template build file for 'pixman'.
pkgname=pixman
2010-10-28 11:06:25 +00:00
version=0.20.0
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure
2010-10-21 22:55:08 +00:00
configure_args="--disable-gtk" # do not require gtk+!
short_desc="Library of low-level pixel manipulation routines"
maintainer="Juan RP <xtraeme@gmail.com>"
2010-10-28 11:06:25 +00:00
checksum=4798a9961bf38a1b25cabef0a8a73fd7dcc6b98da187ce55b1420894360188b5
long_desc="
Pixel manipulation library for modular X.org."
subpackages="$pkgname-devel"
Add_dependency build pkg-config
Add_dependency build perl
Add_dependency run glibc