comparison src/of-financial.mk @ 3907:d8a7730284ba

of-financial: add to mxe * src/of-financial-1-fixes.patch: new file * src/of-financial.mk: new file * Makefile.in: add to forge packages * index.html: add of-financial * build_packages.m: add financial
author John Donoghue <john.donoghue@ieee.org>
date Wed, 15 Apr 2015 21:27:45 -0400
parents
children c25eb2c88594
comparison
equal deleted inserted replaced
3906:02a0022a6f75 3907:d8a7730284ba
1 # This file is part of MXE.
2 # See index.html for further information.
3
4 PKG := of-financial
5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 0.4.0
7 $(PKG)_CHECKSUM := b49cac5e247904cf7288442a823af74da3a1df18
8 $(PKG)_REMOTE_SUBDIR :=
9 $(PKG)_SUBDIR := financial
10 $(PKG)_FILE := financial-$($(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="financial-\([0-9][^"]*\).tar.gz".*,\1,p' | \
17 head -1
18 endef
19
20 define $(PKG)_BUILD
21 $(OCTAVE_FORGE_PKG_BUILD)
22 endef