view src/opkg-biosig.mk @ 6336:e3fda20cb716 release

* src/of-audio.mk: update to v2.0.5 (grafted from cd46f4616af0901b2ce9b7938085ceb8ccc9fa0f)
author John Donoghue <john.donoghue@ieee.org>
date Thu, 21 Jul 2022 12:10:24 -0400
parents edf96af3ff8c
children e9e0f6a205e2
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.2
$(PKG)_CHECKSUM := 6040ddaf864cc47ed2cdd053f0146cce2b4782b6
$(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