# HG changeset patch # User John Donoghue # Date 1388874105 18000 # Node ID 71478cd8082776765fa4e2e5737faf6cdb8cc370 # Parent 2d08c87fda9b86ebab9091a5eea7450e18a4e590 Really add of-fuzzy-logic-toolkit.mk diff -r 2d08c87fda9b -r 71478cd80827 src/of-fuzzy-logic-toolkit.mk --- /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