view src/opkg-biosig.mk @ 5837:d659f1a97147

Qt5: Add another diff for compilation with gcc 11. * src/qtbase-2-gcc11.patch: Add another diff for a missing header.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 11 Aug 2021 19:15:06 +0200
parents 9cddbf0c85fa
children ed702ff01c8e
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.3.2
$(PKG)_CHECKSUM := 184c28c0625caafc3c8fb1e820ed7336bb218473
$(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