view src/of-general.mk @ 3937:2d8b0a2025e4

add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18 * src/of-quaternion-1-cross-fixes.patch: new file
author John Donoghue <john.donoghue@ieee.org>
date Sun, 10 May 2015 08:02:22 -0400
parents ae4193aad5fe
children 4a4dbf79c313
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
    $(WGET) -q -O- 'http://$(SOURCEFORGE_MIRROR)/projects/octave/files/Octave%20Forge%20Packages/Individual%20Package%20Releases/' | \
    $(SED) -n 's,.*title="general-\([0-9][^"]*\).tar.gz".*,\1,p' | \
    head -1
endef

define $(PKG)_BUILD
    $(OCTAVE_FORGE_PKG_BUILD)
endef