view src/of-communications.mk @ 3354:0155a6dfded1

Update of-xxxxx packages to latest of octave-forge * index.html: update package versions: communications=1.2.0, signal=1.2.0, control=2.6.0. * src/of-communications.mk: update checksum. * src/of-signal.mk: update checksum. * src/control.mk: update checksum. * src/of-communications-1-fixes.patch: removed patch. * dist-files.mk: removed of-communications-1-fixes.patch. * build_packages.m: update for updated package versions.
author John Donoghue <john.donoghue@ieee.org>
date Sun, 08 Dec 2013 20:51:14 -0500
parents 290e049823c9
children 13be64f9f16d
line wrap: on
line source

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

PKG             := of-communications
$(PKG)_IGNORE   :=
$(PKG)_CHECKSUM := 66ffa1bf7a9a6c0642be8ff92f712ab087b47c90
$(PKG)_REMOTE_SUBDIR := 
$(PKG)_SUBDIR   := communications
$(PKG)_FILE     := communications-$($(PKG)_VERSION).tar.gz
$(PKG)_URL      := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
$(PKG)_DEPS     := of-signal

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