comparison src/mxml.mk @ 1429:0c01b9dc4ace

cleanup package: mxml
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 26 Nov 2010 23:16:08 +0100
parents d5631b1eec78
children 08fa36065556
comparison
equal deleted inserted replaced
1428:d5631b1eec78 1429:0c01b9dc4ace
1 # This file is part of mingw-cross-env. 1 # This file is part of mingw-cross-env.
2 # See doc/index.html for further information. 2 # See doc/index.html for further information.
3 3
4 # minixml 4 # Mini-XML
5 PKG := mxml 5 PKG := mxml
6 $(PKG)_IGNORE := 6 $(PKG)_IGNORE :=
7 $(PKG)_VERSION := 2.6 7 $(PKG)_VERSION := 2.6
8 $(PKG)_CHECKSUM := df180bd2e3890c97fa8a05dd131f9285468cffe1 8 $(PKG)_CHECKSUM := df180bd2e3890c97fa8a05dd131f9285468cffe1
9 $(PKG)_SUBDIR := mxml-$($(PKG)_VERSION) 9 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
10 $(PKG)_FILE := mxml-$($(PKG)_VERSION).tar.gz 10 $(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz
11 $(PKG)_WEBSITE := http://www.minixml.org/ 11 $(PKG)_WEBSITE := http://www.minixml.org/
12 $(PKG)_URL := http://ftp.easysw.com/pub/mxml/$($(PKG)_VERSION)/$($(PKG)_FILE) 12 $(PKG)_URL := http://ftp.easysw.com/pub/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE)
13 $(PKG)_DEPS := gcc 13 $(PKG)_DEPS := gcc
14 14
15 define $(PKG)_UPDATE 15 define $(PKG)_UPDATE
16 wget -q -O- 'http://www.minixml.org/software.php' | \ 16 wget -q -O- 'http://www.minixml.org/software.php' | \
17 $(SED) -n 's,.*mxml-\([0-9][^>]*\)\.tar.*,\1,ip' | \ 17 $(SED) -n 's,.*mxml-\([0-9][^>]*\)\.tar.*,\1,ip' | \