2008-10-04 04:29:49 +00:00
|
|
|
# Template build file for 'pixman'.
|
|
|
|
pkgname=pixman
|
2012-05-28 15:05:55 +00:00
|
|
|
version=0.26.0
|
2009-03-19 03:40:14 +00:00
|
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2010-10-21 22:55:08 +00:00
|
|
|
configure_args="--disable-gtk" # do not require gtk+!
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="pkg-config perl"
|
2012-05-28 15:05:55 +00:00
|
|
|
subpackages="$pkgname-devel"
|
2012-06-03 07:08:53 +00:00
|
|
|
revision=1
|
2008-10-01 15:07:54 +00:00
|
|
|
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-05-28 15:05:55 +00:00
|
|
|
checksum=ba07fb2f39264ac59ba020dfba4a3d00d436153a8991689760241a9a93a63325
|
2008-10-01 15:07:54 +00:00
|
|
|
long_desc="
|
|
|
|
Pixel manipulation library for modular X.org."
|
2009-03-19 03:40:14 +00:00
|
|
|
|
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
|
|
|
|
}
|