annotate src/of-strings.mk @ 3902:cc946e55afb3

of-strings: add to mxe * src/of-strings.mk: new file * src/of-strings-1-fixes.patch: new file * index.html: add strings * Makefile.in: add strings to forge packages * dist-files.mk: add src/of-strings.mk src/of-strings-1-fixes.patch
author John Donoghue
date Mon, 13 Apr 2015 13:52:59 -0400
parents
children 76247f439f51
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3902
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
1 # This file is part of MXE.
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
2 # See index.html for further information.
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
3
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
4 PKG := of-strings
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
5 $(PKG)_IGNORE :=
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
6 $(PKG)_VERSION := 1.1.0
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
7 $(PKG)_CHECKSUM := 55a77a68d3015d0aa471a723b099a9460838e82c
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
8 $(PKG)_REMOTE_SUBDIR :=
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
9 $(PKG)_SUBDIR := strings
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
10 $(PKG)_FILE := strings-$($(PKG)_VERSION).tar.gz
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
12 $(PKG)_DEPS :=
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
13
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
14 define $(PKG)_UPDATE
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
15 $(WGET) -q -O- 'http://$(SOURCEFORGE_MIRROR)/projects/octave/files/Octave%20Forge%20Packages/Individual%20Package%20Releases/' | \
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
16 $(SED) -n 's,.*title="strings-\([0-9][^"]*\).tar.gz".*,\1,p' | \
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
17 head -1
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
18 endef
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
19
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
20 define $(PKG)_BUILD
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
21 $(OCTAVE_FORGE_PKG_BUILD)
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
22 endef