2008-10-04 04:29:49 +00:00
|
|
|
# Template build file for 'pixman'.
|
|
|
|
pkgname=pixman
|
2010-10-28 11:06:25 +00:00
|
|
|
version=0.20.0
|
2009-03-19 02:40:14 -01:00
|
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
2008-10-01 15:07:54 +00:00
|
|
|
build_style=gnu_configure
|
2010-10-21 22:55:08 +00:00
|
|
|
configure_args="--disable-gtk" # do not require gtk+!
|
2008-10-01 15:07:54 +00:00
|
|
|
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
|
2008-10-01 15:07:54 +00:00
|
|
|
long_desc="
|
|
|
|
Pixel manipulation library for modular X.org."
|
2009-03-19 02:40:14 -01:00
|
|
|
|
2009-11-22 06:31:44 -01:00
|
|
|
subpackages="$pkgname-devel"
|
2009-03-19 02:40:14 -01:00
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build perl
|
2009-12-26 05:02:27 -01:00
|
|
|
Add_dependency run glibc
|