comparison 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
comparison
equal deleted inserted replaced
3901:5f92c505c86a 3902:cc946e55afb3
1 # This file is part of MXE.
2 # See index.html for further information.
3
4 PKG := of-strings
5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.1.0
7 $(PKG)_CHECKSUM := 55a77a68d3015d0aa471a723b099a9460838e82c
8 $(PKG)_REMOTE_SUBDIR :=
9 $(PKG)_SUBDIR := strings
10 $(PKG)_FILE := strings-$($(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="strings-\([0-9][^"]*\).tar.gz".*,\1,p' | \
17 head -1
18 endef
19
20 define $(PKG)_BUILD
21 $(OCTAVE_FORGE_PKG_BUILD)
22 endef