comparison src/of-communications.mk @ 3561:ae4193aad5fe

revise and enable more $(PKG)_UPDATE rules
author John W. Eaton <jwe@octave.org>
date Sat, 08 Mar 2014 17:40:00 -0500
parents 13be64f9f16d
children 58935b4de51f
comparison
equal deleted inserted replaced
3560:e14baae9ec8c 3561:ae4193aad5fe
10 $(PKG)_FILE := communications-$($(PKG)_VERSION).tar.gz 10 $(PKG)_FILE := communications-$($(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-signal 12 $(PKG)_DEPS := of-signal
13 13
14 define $(PKG)_UPDATE 14 define $(PKG)_UPDATE
15 echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2; 15 $(WGET) -q -O- 'http://$(SOURCEFORGE_MIRROR)/projects/octave/files/Octave%20Forge%20Packages/Individual%20Package%20Releases/' | \
16 echo $($(PKG)_VERSION) 16 $(SED) -n 's,.*title="communications-\([0-9][^"]*\).tar.gz".*,\1,p' | \
17 head -1
17 endef 18 endef
18 19
19 define $(PKG)_BUILD 20 define $(PKG)_BUILD
20 $(OCTAVE_FORGE_PKG_BUILD) 21 $(OCTAVE_FORGE_PKG_BUILD)
21 endef 22 endef