annotate src/of-tisean.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 7d1e45c2f175
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4015
f3d167e40f01 of-tisean: add new package
John Donoghue
parents:
diff changeset
1 # This file is part of MXE.
f3d167e40f01 of-tisean: add new package
John Donoghue
parents:
diff changeset
2 # See index.html for further information.
f3d167e40f01 of-tisean: add new package
John Donoghue
parents:
diff changeset
3
f3d167e40f01 of-tisean: add new package
John Donoghue
parents:
diff changeset
4 PKG := of-tisean
f3d167e40f01 of-tisean: add new package
John Donoghue
parents:
diff changeset
5 $(PKG)_IGNORE :=
f3d167e40f01 of-tisean: add new package
John Donoghue
parents:
diff changeset
6 $(PKG)_VERSION := 0.2.3
f3d167e40f01 of-tisean: add new package
John Donoghue
parents:
diff changeset
7 $(PKG)_CHECKSUM := a2efabaceb420b7bacb5808fc3887352ebe62102
f3d167e40f01 of-tisean: add new package
John Donoghue
parents:
diff changeset
8 $(PKG)_REMOTE_SUBDIR :=
f3d167e40f01 of-tisean: add new package
John Donoghue
parents:
diff changeset
9 $(PKG)_SUBDIR := tisean-$($(PKG)_VERSION)
f3d167e40f01 of-tisean: add new package
John Donoghue
parents:
diff changeset
10 $(PKG)_FILE := tisean-$($(PKG)_VERSION).tar.gz
f3d167e40f01 of-tisean: add new package
John Donoghue
parents:
diff changeset
11 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/octave/$($(PKG)_FILE)?download
f3d167e40f01 of-tisean: add new package
John Donoghue
parents:
diff changeset
12 $(PKG)_DEPS :=
f3d167e40f01 of-tisean: add new package
John Donoghue
parents:
diff changeset
13 ifeq ($(USE_SYSTEM_GCC),no)
f3d167e40f01 of-tisean: add new package
John Donoghue
parents:
diff changeset
14 $(PKG)_DEPS += libgomp
f3d167e40f01 of-tisean: add new package
John Donoghue
parents:
diff changeset
15 endif
f3d167e40f01 of-tisean: add new package
John Donoghue
parents:
diff changeset
16
4449
1933a9113e65 of-*: add octave as a dependancy to the of packages is binary enable is set (Bug #46235)
John D
parents: 4015
diff changeset
17 ifeq ($(ENABLE_BINARY_PACKAGES),yes)
1933a9113e65 of-*: add octave as a dependancy to the of packages is binary enable is set (Bug #46235)
John D
parents: 4015
diff changeset
18 $(PKG)_DEPS += $(OCTAVE_TARGET)
1933a9113e65 of-*: add octave as a dependancy to the of packages is binary enable is set (Bug #46235)
John D
parents: 4015
diff changeset
19 endif
1933a9113e65 of-*: add octave as a dependancy to the of packages is binary enable is set (Bug #46235)
John D
parents: 4015
diff changeset
20
4015
f3d167e40f01 of-tisean: add new package
John Donoghue
parents:
diff changeset
21 define $(PKG)_UPDATE
4543
7d1e45c2f175 update: more PKG_UPDATE updates, added update-octaveforge target
John D
parents: 4449
diff changeset
22 $(OCTAVE_FORGE_PKG_UPDATE)
4015
f3d167e40f01 of-tisean: add new package
John Donoghue
parents:
diff changeset
23 endef
f3d167e40f01 of-tisean: add new package
John Donoghue
parents:
diff changeset
24
f3d167e40f01 of-tisean: add new package
John Donoghue
parents:
diff changeset
25 define $(PKG)_BUILD
f3d167e40f01 of-tisean: add new package
John Donoghue
parents:
diff changeset
26 $(OCTAVE_FORGE_PKG_BUILD)
f3d167e40f01 of-tisean: add new package
John Donoghue
parents:
diff changeset
27 endef