view src/of-ltfat.mk @ 4106:abe4edcb2f41

of-ltfat: update to 2.1.2 * src/of-ltfat.mk: update checksum, version * build_packages.m: update ltfat version * src/mingw-of-ltfat-1-fixes.patch: removed file
author John Donoghue <john.donoghue@ieee.org>
date Sat, 19 Mar 2016 09:47:02 -0400
parents b74ded5caa31
children d9f7375edf90
line wrap: on
line source

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

PKG             := of-ltfat
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 2.1.2
$(PKG)_CHECKSUM := 9aa4b4e0546595eeac984844ec4c83d1804afc3a
$(PKG)_REMOTE_SUBDIR :=
$(PKG)_SUBDIR   := ltfat
$(PKG)_FILE     := ltfat-$($(PKG)_VERSION).tar.gz
$(PKG)_URL      := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
$(PKG)_DEPS     := portaudio

define $(PKG)_UPDATE
    $(WGET) -q -O- 'http://$(SOURCEFORGE_MIRROR)/projects/octave/files/Octave%20Forge%20Packages/Individual%20Package%20Releases/' | \
    $(SED) -n 's,.*title="ltfat-\([0-9][^"]*\).tar.gz".*,\1,p' | \
    head -1
endef

define $(PKG)_BUILD
    $(OCTAVE_FORGE_PKG_BUILD)
endef