b52d064544
Each template now needs to use $distfiles that accepts the full URL to download the distfile and old $extract_sufx is now merged on it, but this must be separated by the '@' character. Example: distfiles="http://www.foo.org/blah-6.2@.tar.gz http://www.foo.org/blob-1.0@.tar.bz2" If distfiles contains multiple files defined, $wrksrc is now mandatory. --HG-- extra : convert_revision : 1c3fa35f148af8323ce3cbcf5732104960de6bc4
22 lines
936 B
Cheetah
22 lines
936 B
Cheetah
# Template build file for 'MesaLib'.
|
|
pkgname=MesaLib
|
|
version=7.2
|
|
patch_files="$pkgname-fix-dri-build.diff"
|
|
wrksrc="Mesa-$version"
|
|
distfiles="
|
|
http://kent.dl.sourceforge.net/sourceforge/mesa3d/$pkgname-$version@.tar.bz2"
|
|
build_style=gnu_configure
|
|
make_build_args="MKDEP=mkdep"
|
|
configure_args="--with-expat=$XBPS_MASTERDIR"
|
|
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
|
pkgconfig_override="dri.pc gl.pc glu.pc glw.pc"
|
|
short_desc="Graphics library similar to SGI's OpenGL"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=1e7c2cc6aa27ebaf7e726ac2086c10a5155d0832
|
|
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."
|