comparison src/of-signal.mk @ 3949:695ab386ce74

of-signal: update to 1.3.2
author John W. Eaton <jwe@octave.org>
date Wed, 27 May 2015 15:56:59 -0400
parents c09688a35beb
children 1933a9113e65
comparison
equal deleted inserted replaced
3948:1fea617cdf13 3949:695ab386ce74
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := of-signal 4 PKG := of-signal
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.3.1 6 $(PKG)_VERSION := 1.3.2
7 $(PKG)_CHECKSUM := 89304fdf6cf610d5731029ca08b3284457db2b14 7 $(PKG)_CHECKSUM := 74843718f51417f49459384b3f2670b2ba3093ac
8 $(PKG)_REMOTE_SUBDIR := 8 $(PKG)_REMOTE_SUBDIR :=
9 $(PKG)_SUBDIR := signal-$($(PKG)_VERSION) 9 $(PKG)_SUBDIR := signal-$($(PKG)_VERSION)
10 $(PKG)_FILE := signal-$($(PKG)_VERSION).tar.gz 10 $(PKG)_FILE := signal-$($(PKG)_VERSION).tar.gz
11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download' 11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
12 $(PKG)_DEPS := of-specfun of-control of-general 12 $(PKG)_DEPS := of-specfun of-control
13 13
14 define $(PKG)_UPDATE 14 define $(PKG)_UPDATE
15 $(WGET) -q -O- 'http://$(SOURCEFORGE_MIRROR)/projects/octave/files/Octave%20Forge%20Packages/Individual%20Package%20Releases/' | \ 15 $(WGET) -q -O- 'http://$(SOURCEFORGE_MIRROR)/projects/octave/files/Octave%20Forge%20Packages/Individual%20Package%20Releases/' | \
16 $(SED) -n 's,.*title="signal-\([0-9][^"]*\).tar.gz".*,\1,p' | \ 16 $(SED) -n 's,.*title="signal-\([0-9][^"]*\).tar.gz".*,\1,p' | \
17 head -1 17 head -1