annotate src/of-fuzzy-logic-toolkit.mk @ 3400:71478cd80827

Really add of-fuzzy-logic-toolkit.mk
author John Donoghue <john.donoghue@ieee.org>
date Sat, 04 Jan 2014 17:21:45 -0500
parents
children 13be64f9f16d
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 :=
71478cd80827 Really add of-fuzzy-logic-toolkit.mk
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
6 $(PKG)_CHECKSUM := 75f9d948ea599c4d214950d3f4d12248ce212827
71478cd80827 Really add of-fuzzy-logic-toolkit.mk
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
7 $(PKG)_REMOTE_SUBDIR :=
71478cd80827 Really add of-fuzzy-logic-toolkit.mk
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
8 $(PKG)_SUBDIR := fuzzy-logic-toolkit
71478cd80827 Really add of-fuzzy-logic-toolkit.mk
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
9 $(PKG)_FILE := fuzzy-logic-toolkit-$($(PKG)_VERSION).tar.gz
71478cd80827 Really add of-fuzzy-logic-toolkit.mk
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
10 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
71478cd80827 Really add of-fuzzy-logic-toolkit.mk
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
11 $(PKG)_DEPS :=
71478cd80827 Really add of-fuzzy-logic-toolkit.mk
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
12
71478cd80827 Really add of-fuzzy-logic-toolkit.mk
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
13 define $(PKG)_UPDATE
71478cd80827 Really add of-fuzzy-logic-toolkit.mk
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
14 echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2;
71478cd80827 Really add of-fuzzy-logic-toolkit.mk
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
15 echo $($(PKG)_VERSION)
71478cd80827 Really add of-fuzzy-logic-toolkit.mk
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
16 endef
71478cd80827 Really add of-fuzzy-logic-toolkit.mk
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
17
71478cd80827 Really add of-fuzzy-logic-toolkit.mk
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
18 define $(PKG)_BUILD
71478cd80827 Really add of-fuzzy-logic-toolkit.mk
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
19 $(OCTAVE_FORGE_PKG_BUILD)
71478cd80827 Really add of-fuzzy-logic-toolkit.mk
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
20 endef