void-packages/templates/MesaLib/template
Juan RP fb622b55e4 MesaLib: updated to 7.4.
--HG--
extra : convert_revision : 10a48b04b20d00a685eebae5a58ccccc3bc0a893
2009-03-31 17:15:02 +02:00

35 lines
1.2 KiB
Text

# Template build file for 'MesaLib'.
pkgname=MesaLib
sourcepkg=$pkgname
version=7.4
wrksrc="Mesa-$version"
distfiles="${SOURCEFORGE_SITE}/mesa3d/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--enable-glx-tls"
short_desc="Graphics library similar to SGI's OpenGL"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=6e945389add4e5b41f2c403ced13c343767565f2eacde4b16de2d0f9f8a6aac4
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."
subpackages="devel"
Add_dependency build pkg-config
Add_dependency build glproto
Add_dependency build dri2proto
Add_dependency build makedepend
Add_dependency full glibc
Add_dependency full expat
Add_dependency full libdrm
Add_dependency full libX11
Add_dependency full libXext
Add_dependency full libXt
Add_dependency full libXmu
Add_dependency full libXi
Add_dependency full libXfixes
Add_dependency full libXdamage
Add_dependency full libXxf86vm
Add_dependency run gcc-libstdc++