view src/of-statistics.mk @ 3470:22cf662c5584

of-statistics: Update of-statistics to 1.2.3 * build_packages.m: update install of statistics to 1.2.3. * index.html: update of-statistics-version to 1.2.3. * src/of-statistics.mk: update checksum.
author John Donoghue <john.donoghue@ieee.org>
date Tue, 28 Jan 2014 18:23:35 -0500
parents d87f9dcc59e8
children 13be64f9f16d
line wrap: on
line source

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

PKG             := of-statistics
$(PKG)_IGNORE   :=
$(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