view src/of-statistics.mk @ 6553:38a32b0869a9

of-statistics: update to 1.5.1 * src/of-statistics.mk: update version * src/of-statistics-fixes.patch: remove patch * dist-files.mk: remove ref to patch
author John Donoghue <john.donoghue@ieee.org>
date Sat, 03 Dec 2022 12:48:38 -0500
parents 4b8764444acb
children 08ffb0938690
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.5.1
$(PKG)_CHECKSUM := 16f556bdc3c1715016c43096191abb1f34e40328
$(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