2008-10-04 06:29:49 +02:00
|
|
|
# Template build file for 'pixman'.
|
|
|
|
pkgname=pixman
|
2011-05-02 15:53:04 +02:00
|
|
|
version=0.22.0
|
2009-03-19 04:40:14 +01:00
|
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
2008-10-01 17:07:54 +02:00
|
|
|
build_style=gnu_configure
|
2010-10-22 00:55:08 +02:00
|
|
|
configure_args="--disable-gtk" # do not require gtk+!
|
2008-10-01 17:07:54 +02:00
|
|
|
short_desc="Library of low-level pixel manipulation routines"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-05-02 15:53:04 +02:00
|
|
|
checksum=24a1bce57c36c773f67d48f7f25f80d69a47ef92a67404f1644d94dee156ae2b
|
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
|
|
|
|
2009-11-22 08:31:44 +01:00
|
|
|
subpackages="$pkgname-devel"
|
2011-01-19 18:03:13 +01:00
|
|
|
Add_dependency run glibc
|
2009-03-19 04:40:14 +01:00
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build perl
|