16 lines
551 B
Text
16 lines
551 B
Text
# Template build file for 'pixman'.
|
|
pkgname=pixman
|
|
version=0.20.0
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
configure_args="--disable-gtk" # do not require gtk+!
|
|
short_desc="Library of low-level pixel manipulation routines"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=4798a9961bf38a1b25cabef0a8a73fd7dcc6b98da187ce55b1420894360188b5
|
|
long_desc="
|
|
Pixel manipulation library for modular X.org."
|
|
|
|
subpackages="$pkgname-devel"
|
|
Add_dependency build pkg-config
|
|
Add_dependency build perl
|
|
Add_dependency run glibc
|