void-packages/templates/libXrender/template
Juan RP 535d2128e5 Another set of changes for X11 related pkgs.
--HG--
extra : convert_revision : 25c37e03bcec3ec8d52cc67fb6f7df9ec2e075c3
2009-02-09 16:02:42 +01:00

22 lines
880 B
Text

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."
shared_deps="libX11-1.1"
build_depends="pkg-config-0.23 renderproto-0.9 ${shared_deps}"
run_depends="glibc-2.8 ${shared_deps}"