comparison 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
comparison
equal deleted inserted replaced
3353:730fe4ac1a29 3354:0155a6dfded1
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := of-communications 4 PKG := of-communications
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_CHECKSUM := 8c358c02ddd84047db62d5f36125630ea940e41b 6 $(PKG)_CHECKSUM := 66ffa1bf7a9a6c0642be8ff92f712ab087b47c90
7 $(PKG)_REMOTE_SUBDIR := 7 $(PKG)_REMOTE_SUBDIR :=
8 $(PKG)_SUBDIR := communications 8 $(PKG)_SUBDIR := communications
9 $(PKG)_FILE := communications-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := communications-$($(PKG)_VERSION).tar.gz
10 $(PKG)_FIXED_FILE := communications-$($(PKG)_VERSION)a.tar.gz
11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download' 10 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
12 $(PKG)_DEPS := of-signal 11 $(PKG)_DEPS := of-signal
13 12
14 define $(PKG)_UPDATE 13 define $(PKG)_UPDATE
15 echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2; 14 echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2;