view src/of-queueing.mk @ 4883:808e39d020cf

of-queueing: update to 1.2.6 * build_packages.m: update queueing version number * src/of-queueing.mk: update version, checksum
author John Donoghue
date Mon, 12 Nov 2018 10:59:34 -0500
parents 7d1e45c2f175
children bc8d519e5d9e
line wrap: on
line source

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

PKG             := of-queueing
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 1.2.6
$(PKG)_CHECKSUM := 3167ccca52ad0f0c9f69b57b29e8898fbc178e48
$(PKG)_REMOTE_SUBDIR := 
$(PKG)_SUBDIR   := queueing
$(PKG)_FILE     := queueing-$($(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