diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-01-23 21:24:00 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-01-23 21:24:00 (GMT) |
commit | 4b4949fe11824882f422ceccd73723d14a1253fa (patch) | |
tree | 2b61452694d2dfe71ce930b2feeb2d7cf06f46e1 /src | |
parent | 122cf6a14777f0b536c93ec183590f0d1c3ae5f7 (diff) | |
download | mxe-4b4949fe11824882f422ceccd73723d14a1253fa.zip mxe-4b4949fe11824882f422ceccd73723d14a1253fa.tar.gz mxe-4b4949fe11824882f422ceccd73723d14a1253fa.tar.bz2 |
implemented version recognition for package gsoap
Diffstat (limited to 'src')
-rw-r--r-- | src/gsoap.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gsoap.mk b/src/gsoap.mk index 4641f52..91e92f9 100644 --- a/src/gsoap.mk +++ b/src/gsoap.mk @@ -13,7 +13,9 @@ $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/gsoap2/gSOAP/$($(PKG)_VE $(PKG)_DEPS := gcc openssl define $(PKG)_UPDATE -# not implemented + $(call SOURCEFORGE_FILES,http://sourceforge.net/projects/gsoap2/files/gSOAP/) | \ + $(SED) -n 's,.*gsoap_\([0-9][^>]*\)\.tar.*,\1,p' | \ + tail -1 endef define $(PKG)_BUILD |