2011-11-03 13:44:31 +01:00
|
|
|
# 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."
|
|
|
|
|
2011-11-03 18:21:21 +01:00
|
|
|
replaces="MesaLib<7.11_2"
|
2011-11-03 13:44:31 +01:00
|
|
|
|
|
|
|
do_install() {
|
|
|
|
vmove "usr/lib/libglapi.so*" usr/lib
|
|
|
|
}
|