void-packages/srcpkgs/MesaLib/libGL.template

18 lines
505 B
Plaintext

# Template file for 'libGL'.
#
revision=1
short_desc="Free implementation of the OpenGL API - GLX runtime"
long_desc="
This version of Mesa provides GLX and DRI capabilities: it is capable of both
direct and indirect rendering. For direct rendering, it can use DRI modules
from the MesaLib package to accelerate drawing.
This package does not include the modules themselves: these can be found in
the MesaLib package."
replaces="MesaLib<7.11_2"
do_install() {
vmove "usr/lib/libGL.so*" usr/lib
}