# Template file for 'libglapi'.
#
revision=1
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
}