glu: update to 9.0.2.
This commit is contained in:
parent
34b94251f9
commit
32b52f4616
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'glu'
|
# Template file for 'glu'
|
||||||
pkgname=glu
|
pkgname=glu
|
||||||
version=9.0.1
|
version=9.0.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=meson
|
||||||
configure_args="--disable-static"
|
configure_args="-Ddefault_library=shared"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="MesaLib-devel"
|
makedepends="MesaLib-devel"
|
||||||
short_desc="Mesa OpenGL utility library (GLU)"
|
short_desc="Mesa OpenGL utility library (GLU)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="SGI-B-2.0"
|
license="SGI-B-2.0"
|
||||||
homepage="http://cgit.freedesktop.org/mesa/glu/"
|
homepage="https://gitlab.freedesktop.org/mesa/glu"
|
||||||
distfiles="https://mesa.freedesktop.org/archive/glu/glu-${version}.tar.gz"
|
distfiles="https://mesa.freedesktop.org/archive/glu/glu-${version}.tar.gz"
|
||||||
checksum=f6f484cfcd51e489afe88031afdea1e173aa652697e4c19ddbcb8260579a10f7
|
checksum=24effdfb952453cc00e275e1c82ca9787506aba0282145fff054498e60e19a65
|
||||||
replaces="libGLU<9.0"
|
replaces="libGLU<9.0"
|
||||||
|
|
||||||
glu-devel_package() {
|
glu-devel_package() {
|
||||||
|
|
Loading…
Reference in New Issue