view src/of-statistics.mk @ 3548:26bd1899d7a7

build_packages.m: update for general-1.3.4 * build_packages.m: update general to 1.3.4.
author John Donoghue <john.donoghue@ieee.org>
date Sun, 23 Feb 2014 20:31:49 -0500
parents 13be64f9f16d
children ae4193aad5fe
line wrap: on
line source

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

PKG             := of-statistics
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 1.2.3
$(PKG)_CHECKSUM := fba40342a265053323c36c590a74d9567e4a0870
$(PKG)_REMOTE_SUBDIR := 
$(PKG)_SUBDIR   := statistics
$(PKG)_FILE     := statistics-$($(PKG)_VERSION).tar.gz
$(PKG)_URL      := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
$(PKG)_DEPS     := of-io

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