comparison src/of-lssa.mk @ 3916:af43c4d3d12f

of-lssa: add to mxe * src/of-lssa.mk: new file * Makefile.in: add lssa * index.html: add lssa * dist-files.mk: add src/of-lssa.mk * build_packages.m: add install of lssa
author John Donoghue <john.donoghue@ieee.org>
date Sat, 25 Apr 2015 19:32:25 -0400
parents
children 1933a9113e65
comparison
equal deleted inserted replaced
3915:1aff35ff98c1 3916:af43c4d3d12f
1 # This file is part of MXE.
2 # See index.html for further information.
3
4 PKG := of-lssa
5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 0.1.2
7 $(PKG)_CHECKSUM := ea22c20223a04bd8e6e2c1b09342f5c153111b9b
8 $(PKG)_REMOTE_SUBDIR :=
9 $(PKG)_SUBDIR := lssa
10 $(PKG)_FILE := lssa-$($(PKG)_VERSION).tar.gz
11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
12 $(PKG)_DEPS :=
13
14 define $(PKG)_UPDATE
15 $(WGET) -q -O- 'http://$(SOURCEFORGE_MIRROR)/projects/octave/files/Octave%20Forge%20Packages/Individual%20Package%20Releases/' | \
16 $(SED) -n 's,.*title="lssa-\([0-9][^"]*\).tar.gz".*,\1,p' | \
17 head -1
18 endef
19
20 define $(PKG)_BUILD
21 $(OCTAVE_FORGE_PKG_BUILD)
22 endef