vp-build/srcpkgs/MesaLib/libglapi.template

13 lines
335 B
Plaintext

# Template file for 'libglapi'.
#
short_desc="Free implementation of the GL API - shared library"
long_desc="
The Mesa GL API module is responsible for dispatching all the gl* functions.
It is intended to be mainly used by both the libGLES package."
replaces="MesaLib<7.11_2"
do_install() {
vmove "usr/lib/libglapi.so*" usr/lib
}