void-packages/srcpkgs/mesa-demos/template

26 lines
943 B
Plaintext
Raw Normal View History

2010-12-14 21:40:19 +00:00
# Template build file for 'MesaLib'.
pkgname=mesa-demos
2013-03-10 05:04:58 +00:00
version=8.1.0
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libXext-devel MesaLib-devel glu-devel glew-devel freetype-devel"
2010-12-14 21:40:19 +00:00
short_desc="Mesa 3D demos and tools"
maintainer="Juan RP <xtraeme@gmail.com>"
2013-03-10 05:04:58 +00:00
homepage="http://www.mesa3d.org"
license="MIT"
distfiles="ftp://ftp.freedesktop.org/pub/mesa/demos/$version/$pkgname-$version.tar.bz2"
checksum=9703fa0646b32a1e68d2abf5628f936f77bf97c69ffcaac90de380820a87a828
2010-12-14 21:40:19 +00:00
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."
mesa-demos_package() {
pkg_install() {
vmove usr
}
}