annotate src/of-generate_html.mk @ 4043:b54e00ea56bc

of-fl-core: readd fl-core patch in dos mode * src/of-fl-core-1-fixes.patch: readd patch
author John Donoghue
date Fri, 02 Oct 2015 10:24:38 -0400
parents 7cfb76a62d7e
children 48ef551fa5e0
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 :=
4005
7cfb76a62d7e of-generate_html: update to v0.1.9
John D
parents: 3924
diff changeset
6 $(PKG)_VERSION := 0.1.9
7cfb76a62d7e of-generate_html: update to v0.1.9
John D
parents: 3924
diff changeset
7 $(PKG)_CHECKSUM := b3994212f934653b85fe02685e741500d2fe63b2
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