changeset 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 2d08c87fda9b
children ec0eacc79684
files src/of-fuzzy-logic-toolkit.mk
diffstat 1 files changed, 20 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/of-fuzzy-logic-toolkit.mk	Sat Jan 04 17:21:45 2014 -0500
@@ -0,0 +1,20 @@
+# This file is part of MXE.
+# See index.html for further information.
+
+PKG             := of-fuzzy-logic-toolkit
+$(PKG)_IGNORE   :=
+$(PKG)_CHECKSUM := 75f9d948ea599c4d214950d3f4d12248ce212827
+$(PKG)_REMOTE_SUBDIR := 
+$(PKG)_SUBDIR   := fuzzy-logic-toolkit
+$(PKG)_FILE     := fuzzy-logic-toolkit-$($(PKG)_VERSION).tar.gz
+$(PKG)_URL      := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
+$(PKG)_DEPS     := 
+
+define $(PKG)_UPDATE
+    echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2;
+    echo $($(PKG)_VERSION)
+endef
+
+define $(PKG)_BUILD
+    $(OCTAVE_FORGE_PKG_BUILD)
+endef