view src/opkg-biosig.mk @ 7083:b0288dd5c8b9

* src/pcre2.mk: update to v10.43
author John Donoghue <john.donoghue@ieee.org>
date Wed, 21 Feb 2024 19:04:42 -0500
parents dba925324821
children a9c6b6b39830
line wrap: on
line source

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

PKG             := opkg-biosig
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 2.5.2
$(PKG)_CHECKSUM := ed78b742cdaa0de31addd993ba788f2b02e71fb4
$(PKG)_SUBDIR   := biosig4octave-$($(PKG)_VERSION)
$(PKG)_FILE     := $($(PKG)_SUBDIR).src.tar.gz
$(PKG)_URL      := https://sourceforge.net/projects/biosig/files/Biosig%20for%20Octave/$($(PKG)_FILE)
$(PKG)_DEPS     := libbiosig

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

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