diff src/opkg-biosig.mk @ 5742:b532d40c63d8

Add Octave package biosig version 2.2.1 * Makefile.in: Add new target and variables for bundled Octave packages that aren't listed on Octave Forge. * binary-dist-rules.mk: Include new build target. * src/opkg-biosig.mk: Add new file for Octave package biosig. * dist-files.mk, index.html: Add new file to build system.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 18 Apr 2021 11:14:17 +0200
parents
children 4e99aee38edb
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/opkg-biosig.mk	Sun Apr 18 11:14:17 2021 +0200
@@ -0,0 +1,24 @@
+# This file is part of MXE.
+# See index.html for further information.
+
+PKG             := opkg-biosig
+$(PKG)_IGNORE   :=
+$(PKG)_VERSION  := 2.2.1
+$(PKG)_CHECKSUM := bfcc2095b59bebfd3d7a8de40fb6855256e4af1c
+$(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     := biosig
+
+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