void-packages/srcpkgs/libXrender/template

25 lines
910 B
Plaintext

# Template build file for 'libXrender'.
pkgname=libXrender
version=0.9.7
homepage="${XORG_SITE}"
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu-configure
makedepends="pkg-config renderproto libX11-devel"
short_desc="X Render Library"
maintainer="Juan RP <xtraeme@gmail.com>"
license="MIT"
checksum=f9b46b93c9bc15d5745d193835ac9ba2a2b411878fad60c504bbb8f98492bbe6
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"