implemented version recognition for package gsoap

This commit is contained in:
Volker Grabsch 2010-01-23 22:24:00 +01:00
parent 122cf6a147
commit 4b4949fe11
1 changed files with 3 additions and 1 deletions

View File

@ -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