view src/of-splines.mk @ 4033:6a4b0052211f

libgeotiff: call autoreconf on build files, fix typo in patch * src/libgeitiff.mk: call autoreconf on build files * src/libgeotiff-1-noundefined.patch: update paich, fix typo in -no-undefined
author John Donoghue
date Thu, 24 Sep 2015 09:46:12 -0400
parents e66c883008d4
children 2840415e6c1d
line wrap: on
line source

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

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

define $(PKG)_BUILD
    $(OCTAVE_FORGE_PKG_BUILD)
endef