view src/opkg-biosig.mk @ 6457:e9e0f6a205e2 release

opkg-biosig: Update to version 2.4.3 * src/opkg-biosig.mk: Update version and checksum.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 15 Oct 2022 15:37:27 +0200
parents edf96af3ff8c
children e14884885b7c
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.4.3
$(PKG)_CHECKSUM := 525dd4eeadff706b5d4803c458acc2c27a85b194
$(PKG)_SUBDIR   := biosig4octave-$($(PKG)_VERSION)
$(PKG)_FILE     := $($(PKG)_SUBDIR).src.tar.gz
$(PKG)_URL      := https://pub.ist.ac.at/~schloegl/biosig/prereleases/$($(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