void-packages/srcpkgs/pixman/template

21 lines
648 B
Text
Raw Normal View History

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