diff options
Diffstat (limited to 'src/muparser.mk')
-rw-r--r-- | src/muparser.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/muparser.mk b/src/muparser.mk index d873d07..c0d58c3 100644 --- a/src/muparser.mk +++ b/src/muparser.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. -# muParser PKG := muparser $(PKG)_IGNORE := -$(PKG)_VERSION := 1.34 $(PKG)_CHECKSUM := d6d834d3ba2bd3c316c9b3070369d32701703f78 $(PKG)_SUBDIR := $(PKG)_v$(subst .,,$($(PKG)_VERSION)) $(PKG)_FILE := $(PKG)_v$(subst .,,$($(PKG)_VERSION)).tar.gz -$(PKG)_WEBSITE := http://$(PKG).sourceforge.net/ $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/Version $($(PKG)_VERSION)/$($(PKG)_FILE) $(PKG)_DEPS := gcc |