comparison src/gsoap.mk @ 3048:5ef49fb3299d

treat gcc and binutils as build tools use a separate target for building the cmake toolchain file don't unpack gcc or binutils if we are using the system compiler
author John W. Eaton <jwe@octave.org>
date Fri, 14 Jun 2013 16:51:29 -0400
parents 951da75fd09c
children 13be64f9f16d
comparison
equal deleted inserted replaced
3047:e7b7b0f663d3 3048:5ef49fb3299d
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_CHECKSUM := b1c17d501361939c6d419eeb2aa26e7fd2b586fe 6 $(PKG)_CHECKSUM := b1c17d501361939c6d419eeb2aa26e7fd2b586fe
7 $(PKG)_SUBDIR := gsoap-$(call SHORT_PKG_VERSION,$(PKG)) 7 $(PKG)_SUBDIR := gsoap-$(call SHORT_PKG_VERSION,$(PKG))
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 := 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