annotate src/of-fuzzy-logic-toolkit.mk @ 7207:9ed6500e56d3 default tip @

maint: Merge release to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 17 May 2024 20:16:41 +0200
parents 246412c254c6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3400
71478cd80827 Really add of-fuzzy-logic-toolkit.mk
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
1 # This file is part of MXE.
71478cd80827 Really add of-fuzzy-logic-toolkit.mk
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
2 # See index.html for further information.
71478cd80827 Really add of-fuzzy-logic-toolkit.mk
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
3
71478cd80827 Really add of-fuzzy-logic-toolkit.mk
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
4 PKG := of-fuzzy-logic-toolkit
71478cd80827 Really add of-fuzzy-logic-toolkit.mk
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
5 $(PKG)_IGNORE :=
7200
ef9288568976 of-fuzzy-logic-toolkit: Update to version 0.5.1
Markus Mützel <markus.muetzel@gmx.de>
parents: 5671
diff changeset
6 $(PKG)_VERSION := 0.5.1
ef9288568976 of-fuzzy-logic-toolkit: Update to version 0.5.1
Markus Mützel <markus.muetzel@gmx.de>
parents: 5671
diff changeset
7 $(PKG)_CHECKSUM := b8a8ad346265a8b27844fbbd224f339301489ff1
3400
71478cd80827 Really add of-fuzzy-logic-toolkit.mk
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
8 $(PKG)_REMOTE_SUBDIR :=
7202
246412c254c6 src/of-fuzzy-logic-toolkit.mk: Fix error in ef9288568976
Markus Mützel <markus.muetzel@gmx.de>
parents: 7200
diff changeset
9 $(PKG)_SUBDIR := fuzzy-logic-toolkit-$($(PKG)_VERSION)
3400
71478cd80827 Really add of-fuzzy-logic-toolkit.mk
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
10 $(PKG)_FILE := fuzzy-logic-toolkit-$($(PKG)_VERSION).tar.gz
7200
ef9288568976 of-fuzzy-logic-toolkit: Update to version 0.5.1
Markus Mützel <markus.muetzel@gmx.de>
parents: 5671
diff changeset
11 $(PKG)_URL := https://github.com/lmarkowsky/fuzzy-logic-toolkit/archive/refs/tags/$($(PKG)_VERSION).tar.gz
3400
71478cd80827 Really add of-fuzzy-logic-toolkit.mk
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
12 $(PKG)_DEPS :=
71478cd80827 Really add of-fuzzy-logic-toolkit.mk
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: 3644
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: 3644
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: 3644
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: 3644
diff changeset
17
3400
71478cd80827 Really add of-fuzzy-logic-toolkit.mk
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
18 define $(PKG)_UPDATE
7200
ef9288568976 of-fuzzy-logic-toolkit: Update to version 0.5.1
Markus Mützel <markus.muetzel@gmx.de>
parents: 5671
diff changeset
19 $(call GITHUB_PKG_UPDATE,lmarkowsky,fuzzy-logic-toolkit,)
3400
71478cd80827 Really add of-fuzzy-logic-toolkit.mk
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
20 endef
71478cd80827 Really add of-fuzzy-logic-toolkit.mk
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
21
71478cd80827 Really add of-fuzzy-logic-toolkit.mk
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
22 define $(PKG)_BUILD
71478cd80827 Really add of-fuzzy-logic-toolkit.mk
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
23 $(OCTAVE_FORGE_PKG_BUILD)
71478cd80827 Really add of-fuzzy-logic-toolkit.mk
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
24 endef