diff options
Diffstat (limited to 'src/gcc-mpc.mk')
-rw-r--r-- | src/gcc-mpc.mk | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/gcc-mpc.mk b/src/gcc-mpc.mk index ebe234e..608f292 100644 --- a/src/gcc-mpc.mk +++ b/src/gcc-mpc.mk @@ -1,15 +1,12 @@ -# 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. -# MPC for GCC PKG := gcc-mpc $(PKG)_IGNORE := -$(PKG)_VERSION := 0.9 $(PKG)_CHECKSUM := 229722d553030734d49731844abfef7617b64f1a $(PKG)_SUBDIR := mpc-$($(PKG)_VERSION) $(PKG)_FILE := mpc-$($(PKG)_VERSION).tar.gz -$(PKG)_WEBSITE := http://www.multiprecision.org/ -$(PKG)_URL := $($(PKG)_WEBSITE)/mpc/download/$($(PKG)_FILE) +$(PKG)_URL := http://www.multiprecision.org/mpc/download/$($(PKG)_FILE) $(PKG)_URL_2 := http://ftp.debian.org/debian/pool/main/m/mpclib/mpclib_$($(PKG)_VERSION).orig.tar.gz $(PKG)_DEPS := |