void-packages/srcpkgs/libXrender/template

26 lines
940 B
Text
Raw Normal View History

# Template build file for 'libXrender'.
pkgname=libXrender
version=0.9.5
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="X Render Library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=bc0590438a4be2b674cbac6f4ad46e5a89acd02aa94817da0fa8eb3ef05ed5d5
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="$pkgname-devel"
Add_dependency build pkg-config
Add_dependency build renderproto
Add_dependency full glibc
Add_dependency full libX11