view src/of-sparsersb.mk @ 5914:05a486e7e873 release

README.html: Prepare file ahead of 6.4 release. * installer-files/README.html: Prepare file ahead of 6.4 release.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 03 Oct 2021 13:55:42 +0200
parents e64718a362e6
children
line wrap: on
line source

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

PKG             := of-sparsersb
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 1.0.9
$(PKG)_CHECKSUM := 40ce31526599f935f5854bd04af2956f8f24cb2e
$(PKG)_REMOTE_SUBDIR :=
$(PKG)_SUBDIR   := sparsersb-$($(PKG)_VERSION)
$(PKG)_FILE     := sparsersb-$($(PKG)_VERSION).tar.gz
$(PKG)_URL      := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
$(PKG)_DEPS     := librsb

ifeq ($(ENABLE_BINARY_PACKAGES),yes)
    $(PKG)_DEPS += $(OCTAVE_TARGET)
    ifeq ($(MXE_NATIVE_BUILD),no)
        ifeq ($(USE_SYSTEM_OCTAVE),no)
            # Remove this when package builds without calling Octave
            $(PKG)_DEPS += build-octave
        endif
    endif
endif

define $(PKG)_UPDATE
    $(OCTAVE_FORGE_PKG_UPDATE)
endef

define $(PKG)_BUILD
    cd $(1)/src && ./autogen.sh
    $(OCTAVE_FORGE_PKG_BUILD)
endef