view src/of-fuzzy-logic-toolkit.mk @ 3490:ad720dbb68d9

Update xz to 5.0.5 * src/xz.mk: update to 5.0.5
author John Donoghue <john.donoghue@ieee.org>
date Sun, 02 Feb 2014 09:37:48 -0500
parents 13be64f9f16d
children ae4193aad5fe
line wrap: on
line source

# This file is part of MXE.
# See index.html for further information.

PKG             := of-fuzzy-logic-toolkit
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 0.4.2
$(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