firefox: add missing libIDL dependency.
[pkgfs.git] / templates / MesaLib.tmpl
blob94d1cf02b4d6f8e6dc2a8e2fe42244eda6eb4a77
1 # Template build file for 'MesaLib'.
2 pkgname=MesaLib
3 version=7.2
4 patch_files="$pkgname-fix-dri-build.diff"
5 wrksrc=Mesa-$version
6 extract_sufx=".tar.bz2"
7 url=http://kent.dl.sourceforge.net/sourceforge/mesa3d
8 build_style=gnu_configure
9 make_build_args="MKDEP=mkdep"
10 configure_args="--with-expat=$PKGFS_MASTERDIR"
11 make_cmd="$PKGFS_MASTERDIR/bin/gmake"
12 pkgconfig_override="dri.pc gl.pc glu.pc glw.pc"
13 short_desc="Graphics library similar to SGI's OpenGL"
14 maintainer="Juan RP <xtraeme@gmail.com>"
15 checksum=1e7c2cc6aa27ebaf7e726ac2086c10a5155d0832
16 long_desc="
17  MesaLib is a 3-D graphics library with an API which is very similar to
18  that of OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax
19  or state machine, it is being used with authorization from Silicon Graphics,
20  Inc. However, the author makes no claim that Mesa is in any way a
21  compatible replacement for OpenGL or associated with Silicon Graphics, Inc."