void-packages/templates/libXrender.tmpl
Juan RP ac80ddda40 Use bash features to improve $distfiles parsing.
That means that it's not necessary anymore to use an '@' before the
extract suffix string. yay.

--HG--
extra : convert_revision : 83ce2c783cb917ef59b87eacb0565cfcff277218
2008-10-28 23:57:52 +01:00

22 lines
836 B
Cheetah

# Template build file for 'libXrender'.
pkgname=libXrender
version=0.9.4
distfiles="
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure
pkgconfig_override="xrender.pc"
short_desc="X Render Library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=0d9249ffe7f8347946f1c4d701bd06d52a4ab40b
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."