diff options
Diffstat (limited to 'src/libxml2.mk')
-rw-r--r-- | src/libxml2.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/libxml2.mk b/src/libxml2.mk index e4bf3d9..30d9d58 100644 --- a/src/libxml2.mk +++ b/src/libxml2.mk @@ -1,14 +1,11 @@ -# This file is part of mingw-cross-env. -# See doc/index.html for further information. +# This file is part of MXE. +# See index.html for further information. -# libxml2 PKG := libxml2 $(PKG)_IGNORE := -$(PKG)_VERSION := 2.7.8 $(PKG)_CHECKSUM := 859dd535edbb851cc15b64740ee06551a7a17d40 $(PKG)_SUBDIR := libxml2-$($(PKG)_VERSION) $(PKG)_FILE := libxml2-$($(PKG)_VERSION).tar.gz -$(PKG)_WEBSITE := http://www.xmlsoft.org/ $(PKG)_URL := ftp://xmlsoft.org/libxml2/$($(PKG)_FILE) $(PKG)_DEPS := gcc |