changeset 664:40b94e85013a

bugfix: don't hardcode the version number in the download URL, etc. of package gsoap
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 23 Jan 2010 22:05:20 +0100
parents 21e0d95330cf
children 8b5864900f70
files src/gsoap.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/gsoap.mk	Sat Jan 23 20:18:11 2010 +0100
+++ b/src/gsoap.mk	Sat Jan 23 22:05:20 2010 +0100
@@ -6,10 +6,10 @@
 $(PKG)_IGNORE   :=
 $(PKG)_VERSION  := 2.7.15
 $(PKG)_CHECKSUM := 9c93d71103ec70074fa8db43d0fe1d3a1fff8d55
-$(PKG)_SUBDIR   := gsoap-2.7
+$(PKG)_SUBDIR   := gsoap-$(call SHORT_PKG_VERSION,$(PKG))
 $(PKG)_FILE     := gsoap_$($(PKG)_VERSION).tar.gz
 $(PKG)_WEBSITE  := http://gsoap2.sourceforge.net/
-$(PKG)_URL      := http://$(SOURCEFORGE_MIRROR)/project/gsoap2/gSOAP/2.7.15 stable/$($(PKG)_FILE)
+$(PKG)_URL      := http://$(SOURCEFORGE_MIRROR)/project/gsoap2/gSOAP/$($(PKG)_VERSION) stable/$($(PKG)_FILE)
 $(PKG)_DEPS     := gcc openssl
 
 define $(PKG)_UPDATE