view src/of-signal.mk @ 3491:986fca997dbc

Update of-signal to 1.3.0 * src/of-signal.mk: update of-signal to 1.3.0. * build_packages.m: update signal to 1.3.0
author John Donoghue <john.donoghue@ieee.org>
date Sun, 02 Feb 2014 22:41:25 -0500
parents 13be64f9f16d
children ae4193aad5fe
line wrap: on
line source

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

PKG             := of-signal
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 1.3.0
$(PKG)_CHECKSUM := 007f2d574cc107a3ffb657c3242e97610056e33d
$(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