Added mesa-demos-8.0.1 build template.
This commit is contained in:
parent
0b73255997
commit
f75d0152f6
|
@ -0,0 +1,23 @@
|
|||
# Template build file for 'MesaLib'.
|
||||
pkgname=mesa-demos
|
||||
version=8.0.1
|
||||
distfiles="ftp://ftp.freedesktop.org/pub/mesa/demos/$version/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Mesa 3D demos and tools"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=4bc7f2b20d17e3eebfec288f2367a435cd2db71fc5ac9ece2c14827e290d77d1
|
||||
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."
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libX11
|
||||
Add_dependency run libXext
|
||||
Add_dependency run MesaLib
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build libX11-devel
|
||||
Add_dependency build libXext-devel
|
||||
Add_dependency build MesaLib-devel
|
Loading…
Reference in New Issue