view src/of-ocs.mk @ 5649:27b4f385c45d

cmdshell.bat: Use double-quotes to allow for spaces in path (bug #59923). * installer-files/cmdshell.bat: Use double-quotes to allow for spaces in the path where Octave is installed.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 31 Jan 2021 18:10:25 +0100
parents 7d1e45c2f175
children
line wrap: on
line source

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

PKG             := of-ocs
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 0.1.5
$(PKG)_CHECKSUM := 4cb871bcd96e8443e9839525c2721b99957fc75c
$(PKG)_REMOTE_SUBDIR := 
$(PKG)_SUBDIR   := ocs
$(PKG)_FILE     := ocs-$($(PKG)_VERSION).tar.gz
$(PKG)_URL      := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
$(PKG)_DEPS     := 

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

define $(PKG)_UPDATE
    $(OCTAVE_FORGE_PKG_UPDATE)
endef

define $(PKG)_BUILD
    $(OCTAVE_FORGE_PKG_BUILD)
endef