annotate src/of-octproj.mk @ 5893:53a6c7df43f8

Mesa 3D: Update to version 21.1.8. * src/mesa.mk: Update version and checksum. * src/mesa-2-uninitialized.patch: Remove file. * dist-files.mk: Remove file from list.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 16 Sep 2021 22:37:45 +0200
parents cb435a71f36c
children b77e76368a51
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5691
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
1 # This file is part of MXE.
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
2 # See index.html for further information.
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
3
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
4 PKG := of-octproj
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
5 $(PKG)_IGNORE :=
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
6 $(PKG)_VERSION := 2.0.1
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
7 $(PKG)_CHECKSUM := 898747c494b0d0677cb29b3610378b63fbc98206
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
8 $(PKG)_SUBDIR := octproj-$($(PKG)_VERSION)
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
9 $(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
10 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
11 $(PKG)_DEPS := proj
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
12
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
13 ifeq ($(ENABLE_BINARY_PACKAGES),yes)
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
14 $(PKG)_DEPS += $(OCTAVE_TARGET)
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
15 endif
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
16
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
17 define $(PKG)_UPDATE
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
18 $(OCTAVE_FORGE_PKG_UPDATE)
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
19 endef
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
20
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
21 define $(PKG)_BUILD
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
22 $(OCTAVE_FORGE_PKG_BUILD)
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
23 endef