summaryrefslogtreecommitdiffstats
path: root/src/mxml.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-11-26 22:16:08 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-11-26 22:16:08 (GMT)
commitf7436a8ba33aa6633c9740a30cdc2a8526cbc9ab (patch)
tree1f45d0fb1692dd038a84c89239b543eec7dcdcab /src/mxml.mk
parenta9f237186c3eb3b35c44ae46035994a9fab69208 (diff)
downloadmxe-f7436a8ba33aa6633c9740a30cdc2a8526cbc9ab.zip
mxe-f7436a8ba33aa6633c9740a30cdc2a8526cbc9ab.tar.gz
mxe-f7436a8ba33aa6633c9740a30cdc2a8526cbc9ab.tar.bz2
cleanup package: mxml
Diffstat (limited to 'src/mxml.mk')
-rw-r--r--src/mxml.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mxml.mk b/src/mxml.mk
index fc23323..a41884a 100644
--- a/src/mxml.mk
+++ b/src/mxml.mk
@@ -1,15 +1,15 @@
# This file is part of mingw-cross-env.
# See doc/index.html for further information.
-# minixml
+# Mini-XML
PKG := mxml
$(PKG)_IGNORE :=
$(PKG)_VERSION := 2.6
$(PKG)_CHECKSUM := df180bd2e3890c97fa8a05dd131f9285468cffe1
-$(PKG)_SUBDIR := mxml-$($(PKG)_VERSION)
-$(PKG)_FILE := mxml-$($(PKG)_VERSION).tar.gz
+$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
+$(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz
$(PKG)_WEBSITE := http://www.minixml.org/
-$(PKG)_URL := http://ftp.easysw.com/pub/mxml/$($(PKG)_VERSION)/$($(PKG)_FILE)
+$(PKG)_URL := http://ftp.easysw.com/pub/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE