void-packages/srcpkgs/mesa-demos/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

27 lines
1,006 B
Plaintext

# Template build file for 'MesaLib'.
pkgname=mesa-demos
version=8.0.1
revision=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
Add_dependency build glew-devel