view src/of-statistics.mk @ 6761:b421441a2db9 release

* src/of-statistics.mk: update to v1.6.0 (grafted from e1442a971f16991da5ee0a171073d2df3b8eb829)
author John Donoghue <john.donoghue@ieee.org>
date Sun, 28 May 2023 16:42:23 -0400
parents d0fecc2e695a
children 62483c64b3f6
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.6.0
$(PKG)_CHECKSUM := 2d1a7f6a0fc0d09d92b5ca45eb7220b178b3d889
$(PKG)_REMOTE_SUBDIR :=
$(PKG)_SUBDIR   := statistics-release-$($(PKG)_VERSION)
$(PKG)_FILE     := statistics-$($(PKG)_VERSION).tar.gz
$(PKG)_URL      := https://github.com/gnu-octave/statistics/archive/refs/tags/release-$($(PKG)_VERSION).tar.gz
$(PKG)_DEPS     := of-io

ifeq ($(ENABLE_BINARY_PACKAGES),yes)
    $(PKG)_DEPS += $(OCTAVE_TARGET)
endif

define $(PKG)_UPDATE
    $(call GITHUB_PKG_UPDATE,gnu-octave,statistics,release-)
endef

define $(PKG)_BUILD
    $(OCTAVE_FORGE_PKG_BUILD)
endef