changeset 1430:08fa36065556

improved version recognition of package: mxml
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 26 Nov 2010 23:22:52 +0100
parents 0c01b9dc4ace
children 54bd2521d8c3
files src/mxml.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/mxml.mk	Fri Nov 26 23:16:08 2010 +0100
+++ b/src/mxml.mk	Fri Nov 26 23:22:52 2010 +0100
@@ -13,8 +13,8 @@
 $(PKG)_DEPS     := gcc
 
 define $(PKG)_UPDATE
-    wget -q -O- 'http://www.minixml.org/software.php' | \
-    $(SED) -n 's,.*mxml-\([0-9][^>]*\)\.tar.*,\1,ip' | \
+    wget -q -O- 'http://ftp.easysw.com/pub/mxml/?C=M;O=D' | \
+    $(SED) -n 's,.*<a href="\([0-9][^"]*\)/.*,\1,p' | \
     head -1
 endef