annotate src/of-generate_html.mk @ 4396:2044ff84d431

of-generate_html: update to v0.3.0 * src/of-generate_html.mk: update version, checksum * build_packages.m: update generate_html version
author John D
date Wed, 07 Jun 2017 05:54:14 -0400
parents 37d9ce07e4d7
children dd05ea2618f0
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 :=
4396
2044ff84d431 of-generate_html: update to v0.3.0
John D
parents: 4363
diff changeset
6 $(PKG)_VERSION := 0.3.0
2044ff84d431 of-generate_html: update to v0.3.0
John D
parents: 4363
diff changeset
7 $(PKG)_CHECKSUM := fd1c3c1eed5207ec4216c7e72ef00947353d459d
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