124112d8a5
Release notes: https://lists.freedesktop.org/archives/mesa-announce/2021-June/000634.html Removed md5 & sha1 hashes not provided by upstream anymore. Updated license hash due to upstream commit: https://cgit.freedesktop.org/mesa/glu/commit/?id=a172e0aec8f537f365078dab5486cae9c9a6880e Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
16 lines
466 B
Makefile
16 lines
466 B
Makefile
################################################################################
|
|
#
|
|
# libglu
|
|
#
|
|
################################################################################
|
|
|
|
LIBGLU_VERSION = 9.0.2
|
|
LIBGLU_SITE = https://mesa.freedesktop.org/archive/glu
|
|
LIBGLU_SOURCE = glu-$(LIBGLU_VERSION).tar.xz
|
|
LIBGLU_LICENSE = SGI-B-2.0
|
|
LIBGLU_LICENSE_FILES = include/GL/glu.h
|
|
LIBGLU_INSTALL_STAGING = YES
|
|
LIBGLU_DEPENDENCIES = libgl host-pkgconf
|
|
|
|
$(eval $(autotools-package))
|