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