void-packages/srcpkgs/pixman/template

21 lines
648 B
Plaintext
Raw Normal View History

# Template build file for 'pixman'.
pkgname=pixman
2012-11-08 07:57:00 +01: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 17:05:55 +02:00
subpackages="$pkgname-devel"
short_desc="Library of low-level pixel manipulation routines"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-07-13 15:17:04 +02:00
homepage="http://xorg.freedesktop.org"
license="MIT"
2012-06-30 15:47:02 +02:00
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
2012-11-08 07:57:00 +01:00
checksum=6056f9aa0e0578a0492e34fc2ce6dd7bfb181090ed687993c03b969c8cec4828
long_desc="
Pixel manipulation library for modular X.org."
2011-11-07 10:32:59 +01:00
post_install() {
2011-07-13 15:17:04 +02:00
vinstall COPYING 644 usr/share/licenses/$pkgname
}