summaryrefslogtreecommitdiffstats
path: root/src/mxml.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-11-26 22:22:52 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-11-26 22:22:52 (GMT)
commit32b068a6b9e974454f3d0bdbd54f18ed34b525c8 (patch)
tree8ff85b7d0fdc5c8359700decda4c2cc1c1511cc4 /src/mxml.mk
parentf7436a8ba33aa6633c9740a30cdc2a8526cbc9ab (diff)
downloadmxe-32b068a6b9e974454f3d0bdbd54f18ed34b525c8.zip
mxe-32b068a6b9e974454f3d0bdbd54f18ed34b525c8.tar.gz
mxe-32b068a6b9e974454f3d0bdbd54f18ed34b525c8.tar.bz2
improved version recognition of package: mxml
Diffstat (limited to 'src/mxml.mk')
-rw-r--r--src/mxml.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mxml.mk b/src/mxml.mk
index a41884a..f7d1299 100644
--- a/src/mxml.mk
+++ b/src/mxml.mk
@@ -13,8 +13,8 @@ $(PKG)_URL := http://ftp.easysw.com/pub/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_F
$(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