comparison src/gsoap.mk @ 886:cda305a91548

fix update macro for package gsoap
author Mark Brand <mabrand@mabrand.nl>
date Mon, 19 Apr 2010 22:23:53 +0200
parents c8ec26fa314d
children 3dcb4ece2c80
comparison
equal deleted inserted replaced
885:5edfa8c55c56 886:cda305a91548
12 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/gsoap2/gSOAP/$($(PKG)_VERSION) stable/$($(PKG)_FILE) 12 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/gsoap2/gSOAP/$($(PKG)_VERSION) stable/$($(PKG)_FILE)
13 $(PKG)_DEPS := gcc openssl 13 $(PKG)_DEPS := gcc openssl
14 14
15 define $(PKG)_UPDATE 15 define $(PKG)_UPDATE
16 $(call SOURCEFORGE_FILES,http://sourceforge.net/projects/gsoap2/files/gSOAP/) | \ 16 $(call SOURCEFORGE_FILES,http://sourceforge.net/projects/gsoap2/files/gSOAP/) | \
17 $(SED) -n 's,.*gsoap_\([0-9][^>]*\)\.tar.*,\1,p' | \ 17 $(SED) -n 's,.*gsoap_\([0-9][^>]*\)\.zip,\1,p' | \
18 tail -1 18 tail -1
19 endef 19 endef
20 20
21 define $(PKG)_BUILD 21 define $(PKG)_BUILD
22 22