diff options
Diffstat (limited to 'src/nsis.mk')
-rw-r--r-- | src/nsis.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/nsis.mk b/src/nsis.mk index 2d89c5b..c952e53 100644 --- a/src/nsis.mk +++ b/src/nsis.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. -# NSIS PKG := nsis $(PKG)_IGNORE := -$(PKG)_VERSION := 2.46 $(PKG)_CHECKSUM := 2cc9bff130031a0b1d76b01ec0a9136cdf5992ce $(PKG)_SUBDIR := nsis-$($(PKG)_VERSION)-src $(PKG)_FILE := nsis-$($(PKG)_VERSION)-src.tar.bz2 -$(PKG)_WEBSITE := http://nsis.sourceforge.net/ $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/nsis/NSIS 2/$($(PKG)_VERSION)/$($(PKG)_FILE) $(PKG)_DEPS := gcc |