comparison src/gsoap.mk @ 2525:4d0f3a9da57e

all packages: use $(WGET) portability variable
author Tony Theodore <tonyt@logyst.com>
date Wed, 09 May 2012 01:16:05 +1000
parents b5321bdec505
children 88eccc6528ba
comparison
equal deleted inserted replaced
2524:422cb29ca669 2525:4d0f3a9da57e
8 $(PKG)_FILE := gsoap_$($(PKG)_VERSION).zip 8 $(PKG)_FILE := gsoap_$($(PKG)_VERSION).zip
9 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/gsoap2/gSOAP/$($(PKG)_FILE) 9 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/gsoap2/gSOAP/$($(PKG)_FILE)
10 $(PKG)_DEPS := gcc gnutls libgcrypt libntlm 10 $(PKG)_DEPS := gcc gnutls libgcrypt libntlm
11 11
12 define $(PKG)_UPDATE 12 define $(PKG)_UPDATE
13 wget -q -O- 'http://sourceforge.net/projects/gsoap2/files/gSOAP/' | \ 13 $(WGET) -q -O- 'http://sourceforge.net/projects/gsoap2/files/gSOAP/' | \
14 $(SED) -n 's,.*gsoap_\([0-9][^>]*\)\.zip.*,\1,p' | \ 14 $(SED) -n 's,.*gsoap_\([0-9][^>]*\)\.zip.*,\1,p' | \
15 head -1 15 head -1
16 endef 16 endef
17 17
18 define $(PKG)_BUILD 18 define $(PKG)_BUILD