package mxml: update website

This commit is contained in:
Niels Kristian Bech Jensen 2013-04-27 18:18:11 +10:00 committed by Tony Theodore
parent 7ecb9764b0
commit 026b092960
2 changed files with 3 additions and 3 deletions

View File

@ -1712,7 +1712,7 @@ aptitude -t squeeze-backports install cmake yasm</pre>
<tr>
<td id="mxml-package">mxml</td>
<td id="mxml-version">2.7</td>
<td id="mxml-website"><a href="http://www.minixml.org/">Mini-XML</a></td>
<td id="mxml-website"><a href="http://www.msweet.org/projects.php?Z3">Mini-XML</a></td>
</tr>
<tr>
<td id="ncurses-package">ncurses</td>

View File

@ -6,11 +6,11 @@ $(PKG)_IGNORE :=
$(PKG)_CHECKSUM := a3bdcab48307794c297e790435bcce7becb9edae
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://ftp.easysw.com/pub/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_URL := http://www.msweet.org/files/project3/$($(PKG)_FILE)
$(PKG)_DEPS := gcc pthreads
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://ftp.easysw.com/pub/mxml/?C=M;O=D' | \
$(WGET) -q -O- 'http://www.msweet.org/downloads.php?L+Z3' | \
$(SED) -n 's,.*<a href="\([0-9][^"]*\)/.*,\1,p' | \
head -1
endef