void-packages/srcpkgs/libXrender/template
Juan RP 7f1ad95c1f libXrender: move so symlink into main pkg.
--HG--
extra : convert_revision : 939903d9bc00078bfabf59942aa42322d3c196b5
2010-04-22 21:41:31 +02:00

28 lines
983 B
Plaintext

# Template build file for 'libXrender'.
pkgname=libXrender
version=0.9.5
revision=1
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 run glibc
Add_dependency run libX11
Add_dependency build pkg-config
Add_dependency build renderproto
Add_dependency build libX11-devel