annotate src/of-geometry.mk @ 6215:d18a5545df0d release

build-gettext: Don't build emacs bindings. * src/build-gettext.mk: The `emacs` installed on the build system might be incompatible with the STL built by build-gcc. We probably don't need the emacs bindings for the `gettext` build tool anyway. So skip building those bindings.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 07 May 2022 12:01:10 +0200
parents b4b860fba6a5
children 8f0fda49179a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3386
17ef0d555e71 Add missing of-geometry.mk file.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
1 # This file is part of MXE.
17ef0d555e71 Add missing of-geometry.mk file.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
2 # See index.html for further information.
17ef0d555e71 Add missing of-geometry.mk file.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
3
17ef0d555e71 Add missing of-geometry.mk file.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
4 PKG := of-geometry
17ef0d555e71 Add missing of-geometry.mk file.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
5 $(PKG)_IGNORE :=
5305
b4b860fba6a5 Update of-geometry to v4.0.0
John Donoghue <john.donoghue@ieee.org>
parents: 4543
diff changeset
6 $(PKG)_VERSION := 4.0.0
b4b860fba6a5 Update of-geometry to v4.0.0
John Donoghue <john.donoghue@ieee.org>
parents: 4543
diff changeset
7 $(PKG)_CHECKSUM := 1ebc1fbdf4d93e89879165affc2023e9a5bed473
3386
17ef0d555e71 Add missing of-geometry.mk file.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
8 $(PKG)_REMOTE_SUBDIR :=
4091
0c3b6061a202 of-gemetry: update to 2.1.0
John Donoghue
parents: 3925
diff changeset
9 $(PKG)_SUBDIR := geometry-$($(PKG)_VERSION)
3386
17ef0d555e71 Add missing of-geometry.mk file.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
10 $(PKG)_FILE := geometry-$($(PKG)_VERSION).tar.gz
17ef0d555e71 Add missing of-geometry.mk file.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
5305
b4b860fba6a5 Update of-geometry to v4.0.0
John Donoghue <john.donoghue@ieee.org>
parents: 4543
diff changeset
12 $(PKG)_DEPS := of-matgeom
3386
17ef0d555e71 Add missing of-geometry.mk file.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
13
4449
1933a9113e65 of-*: add octave as a dependancy to the of packages is binary enable is set (Bug #46235)
John D
parents: 4373
diff changeset
14 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: 4373
diff changeset
15 $(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: 4373
diff changeset
16 endif
1933a9113e65 of-*: add octave as a dependancy to the of packages is binary enable is set (Bug #46235)
John D
parents: 4373
diff changeset
17
3386
17ef0d555e71 Add missing of-geometry.mk file.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
18 define $(PKG)_UPDATE
4543
7d1e45c2f175 update: more PKG_UPDATE updates, added update-octaveforge target
John D
parents: 4449
diff changeset
19 $(OCTAVE_FORGE_PKG_UPDATE)
3386
17ef0d555e71 Add missing of-geometry.mk file.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
20 endef
17ef0d555e71 Add missing of-geometry.mk file.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
21
17ef0d555e71 Add missing of-geometry.mk file.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
22 define $(PKG)_BUILD
17ef0d555e71 Add missing of-geometry.mk file.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
23 $(OCTAVE_FORGE_PKG_BUILD)
17ef0d555e71 Add missing of-geometry.mk file.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
24 endef
17ef0d555e71 Add missing of-geometry.mk file.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
25