view src/of-geometry.mk @ 4122:9eb5ed38a4d8

of-geometry: update to v2.1.1 * src/of-geometry.mk: update version, checksum * build_packages.m: update geometry version
author John Donoghue <john.donoghue@ieee.org>
date Sun, 03 Apr 2016 10:18:29 -0400
parents 0c3b6061a202
children 14ea30a05e22
line wrap: on
line source

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

PKG             := of-geometry
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 2.1.1
$(PKG)_CHECKSUM := 913c70e4478eb1f1eb51943cb203fd2a68af862d
$(PKG)_REMOTE_SUBDIR :=
$(PKG)_SUBDIR   := geometry-$($(PKG)_VERSION)
$(PKG)_FILE     := geometry-$($(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="geometry-\([0-9][^"]*\).tar.gz".*,\1,p' | \
    head -1
endef

define $(PKG)_BUILD
    $(OCTAVE_FORGE_PKG_BUILD)
endef