26 lines
931 B
Plaintext
26 lines
931 B
Plaintext
# Template build file for 'libXrender'.
|
|
pkgname=libXrender
|
|
version=0.9.4
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
short_desc="X Render Library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=5682d343dd4e7ef291a6577e956c331946ce5801d8fa076284a01b41de3017ec
|
|
long_desc="
|
|
The X Rendering Extension introduces digital image composition as the
|
|
foundation of a rendering model within the X Window System. Rendering
|
|
geometric figures is accomplished by client-side tessellation into either
|
|
triangles or trapezoids. Text is drawn by loading glyphs into the server
|
|
and rendering sets of them.
|
|
|
|
This package contains the client library for connecting to a Xserver that
|
|
supports the Xrender extension.
|
|
|
|
This is the modular X.org X11 project version."
|
|
|
|
subpackages="devel"
|
|
Add_dependency build pkg-config
|
|
Add_dependency build renderproto
|
|
Add_dependency full glibc
|
|
Add_dependency full libX11
|