view src/of-control.mk @ 3379:f35f6fee197f

of-control: update to 2.6.1 * build_packages.m: Update install for control-2.6.1.tar.gz. * index.html: of-control-version = 2.6.1. * src/of-control.mk: update checksum for 2.6.1
author John Donoghue <john.donoghue@ieee.org>
date Tue, 31 Dec 2013 22:03:14 -0500
parents 0155a6dfded1
children 13be64f9f16d
line wrap: on
line source

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

PKG             := of-control
$(PKG)_IGNORE   :=
$(PKG)_CHECKSUM := b05d69b523423ed98bf63175e21d769ed32293e3
$(PKG)_REMOTE_SUBDIR := 
$(PKG)_SUBDIR   := control
$(PKG)_FILE     := control-$($(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