view src/of-signal.mk @ 3433:4779ae33e544

Fix typo with WINDOWS_BINARY_DIST_FILES. * /binary-dist-rules.mk: Change WINDOWS_BINARY_DIST_DEPS to WINDOWS_BINARY_DIST_FILES for adding mxyx-base and npp packages.
author John Donoghue <john.donoghue@ieee.org>
date Sun, 19 Jan 2014 10:11:30 -0500
parents 0155a6dfded1
children 13be64f9f16d
line wrap: on
line source

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

PKG             := of-signal
$(PKG)_IGNORE   :=
$(PKG)_CHECKSUM := 02d30ac92cb1ecb94247c9ce993f8a296081bf53
$(PKG)_REMOTE_SUBDIR := 
$(PKG)_SUBDIR   := signal
$(PKG)_FILE     := signal-$($(PKG)_VERSION).tar.gz
$(PKG)_URL      := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
$(PKG)_DEPS     := of-specfun of-control of-general

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