void-packages/srcpkgs/MesaLib/libGLES.template
2012-02-19 09:42:10 +01:00

19 lines
605 B
Plaintext

# Template file for 'libGLES'.
#
short_desc="Free implementation of the OpenGL|ES 1.x and 2.x API"
long_desc="
OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on
embedded systems - including consoles, phones, appliances and vehicles.
It contains a subset of OpenGL plus a number of extensions for the special
needs of embedded systems.
OpenGL|ES 1.x provides an API for fixed-function hardware.
OpenGL|ES 2.x provides an API for programmable hardware including vertex
and fragment shaders."
replaces="MesaLib<7.11_2"
do_install() {
vmove "usr/lib/libGLES*.so*" usr/lib
}