view src/of-general.mk @ 3547:7753f2df29f0

of-general: update to v1.3.4 * src/of-general.mk: update to version 1.3.4, update checksum.
author John Donoghue <john.donoghue@ieee.org>
date Sat, 22 Feb 2014 21:11:51 -0500
parents 13be64f9f16d
children ae4193aad5fe
line wrap: on
line source

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

PKG             := of-general
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 1.3.4
$(PKG)_CHECKSUM := 990dbd6f294b91e32b023d9d10673fae74d21795
$(PKG)_REMOTE_SUBDIR := 
$(PKG)_SUBDIR   := general
$(PKG)_FILE     := general-$($(PKG)_VERSION).tar.gz
$(PKG)_URL      := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
$(PKG)_DEPS     := 

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