16 lines
551 B
Text
16 lines
551 B
Text
# Template build file for 'pixman'.
|
|
pkgname=pixman
|
|
version=0.20.2
|
|
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=30316f269a6b84c32b47545ca7fc428fd16875849fea644dc6910b3f8c33f4a9
|
|
long_desc="
|
|
Pixel manipulation library for modular X.org."
|
|
|
|
subpackages="$pkgname-devel"
|
|
Add_dependency run glibc
|
|
Add_dependency build pkg-config
|
|
Add_dependency build perl
|