view src/of-statistics.mk @ 3412:b52660819c01

bzip2: Make and install bzip2.exe in mingw * src/bzip2.mk: Make and install bzip2.exe in mingw
author John Donoghue <john.donoghue@ieee.org>
date Sat, 11 Jan 2014 18:25:55 -0500
parents d87f9dcc59e8
children 22cf662c5584
line wrap: on
line source

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

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