2008-10-04 06:29:49 +02:00
|
|
|
# Template build file for 'MesaLib'.
|
|
|
|
pkgname=MesaLib
|
|
|
|
version=7.2
|
2008-10-14 07:52:29 +02:00
|
|
|
wrksrc="Mesa-$version"
|
2008-12-15 07:27:38 +01:00
|
|
|
distfiles="$SOURCEFORGE_SITE/mesa3d/$pkgname-$version.tar.bz2"
|
2008-10-02 07:36:10 +02:00
|
|
|
build_style=gnu_configure
|
|
|
|
make_build_args="MKDEP=mkdep"
|
2008-10-13 07:32:05 +02:00
|
|
|
configure_args="--with-expat=$XBPS_MASTERDIR"
|
2008-10-02 07:36:10 +02:00
|
|
|
short_desc="Graphics library similar to SGI's OpenGL"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
checksum=1e7c2cc6aa27ebaf7e726ac2086c10a5155d0832
|
|
|
|
long_desc="
|
|
|
|
MesaLib is a 3-D graphics library with an API which is very similar to
|
|
|
|
that of OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax
|
|
|
|
or state machine, it is being used with authorization from Silicon Graphics,
|
|
|
|
Inc. However, the author makes no claim that Mesa is in any way a
|
|
|
|
compatible replacement for OpenGL or associated with Silicon Graphics, Inc."
|