annotate src/of-optiminterp.mk @ 5288:1bb933acd1d1

Update octave forge image 2.12.0 and optiminterp 0.3.6 packages * src/of-image.mk, src/of-optiminterp.mk: update version, checksum
author John Donoghue
date Fri, 07 Feb 2020 08:31:58 -0500
parents 6592c495d120
children eae508c12529
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4665
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
1 # This file is part of MXE.
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
2 # See index.html for further information.
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
3
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
4 PKG := of-optiminterp
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
5 $(PKG)_IGNORE :=
5288
1bb933acd1d1 Update octave forge image 2.12.0 and optiminterp 0.3.6 packages
John Donoghue
parents: 4665
diff changeset
6 $(PKG)_VERSION := 0.3.6
1bb933acd1d1 Update octave forge image 2.12.0 and optiminterp 0.3.6 packages
John Donoghue
parents: 4665
diff changeset
7 $(PKG)_CHECKSUM := 8d6309f389ccfadaadd0dd52e84db21aa75b82f3
4665
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
8 $(PKG)_REMOTE_SUBDIR :=
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
9 $(PKG)_SUBDIR := optiminterp-$($(PKG)_VERSION)
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
10 $(PKG)_FILE := optiminterp-$($(PKG)_VERSION).tar.gz
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
12 $(PKG)_DEPS :=
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
13
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
14 ifeq ($(ENABLE_BINARY_PACKAGES),yes)
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
15 $(PKG)_DEPS += $(OCTAVE_TARGET)
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
16 endif
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
17
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
18 define $(PKG)_UPDATE
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
19 $(OCTAVE_FORGE_PKG_UPDATE)
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
20 endef
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
21
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
22 define $(PKG)_BUILD
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
23 $(OCTAVE_FORGE_PKG_BUILD)
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
24 endef