annotate src/of-generate_html.mk @ 4148:b4391d95a81c

of-splines: update to 1.3.0 * src/of-splines.mk: update version, checksum * build_packages.m: update splines version
author John Donoghue
date Mon, 23 May 2016 12:54:26 -0400
parents 48ef551fa5e0
children fcf0410f7055
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3894
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
1 # This file is part of MXE.
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
2 # See index.html for further information.
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
3
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
4 PKG := of-generate_html
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
5 $(PKG)_IGNORE :=
4088
48ef551fa5e0 of-generate_html: update version 0.1.10
John Donoghue
parents: 4005
diff changeset
6 $(PKG)_VERSION := 0.1.10
48ef551fa5e0 of-generate_html: update version 0.1.10
John Donoghue
parents: 4005
diff changeset
7 $(PKG)_CHECKSUM := ab72bc32b03d3447d3ef0d6a44954a374b2ec823
3894
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
8 $(PKG)_REMOTE_SUBDIR :=
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
9 $(PKG)_SUBDIR := generate_html-$($(PKG)_VERSION)
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
10 $(PKG)_FILE := generate_html-$($(PKG)_VERSION).tar.gz
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
12 $(PKG)_DEPS :=
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
13
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
14 define $(PKG)_UPDATE
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
15 $(WGET) -q -O- 'http://$(SOURCEFORGE_MIRROR)/projects/octave/files/Octave%20Forge%20Packages/Individual%20Package%20Releases/' | \
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
16 $(SED) -n 's,.*title="generate_html-\([0-9][^"]*\).tar.gz".*,\1,p' | \
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
17 head -1
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
18 endef
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
19
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
20 define $(PKG)_BUILD
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
21 $(OCTAVE_FORGE_PKG_BUILD)
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
22 endef