comparison src/gcc-mpfr.mk @ 3480:13be64f9f16d

move version info from index.html to src/*.mk files
author John W. Eaton <jwe@octave.org>
date Fri, 31 Jan 2014 16:04:01 -0500
parents b5321bdec505
children d667a65b0f2f
comparison
equal deleted inserted replaced
3479:b0314bcf3ead 3480:13be64f9f16d
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := gcc-mpfr 4 PKG := gcc-mpfr
5 $(PKG)_IGNORE = $(mpfr_IGNORE) 5 $(PKG)_IGNORE = $(mpfr_IGNORE)
6 $(PKG)_VERSION := 3.1.1
6 $(PKG)_CHECKSUM = $(mpfr_CHECKSUM) 7 $(PKG)_CHECKSUM = $(mpfr_CHECKSUM)
7 $(PKG)_SUBDIR = $(mpfr_SUBDIR) 8 $(PKG)_SUBDIR = $(mpfr_SUBDIR)
8 $(PKG)_FILE = $(mpfr_FILE) 9 $(PKG)_FILE = $(mpfr_FILE)
9 $(PKG)_URL = $(mpfr_URL) 10 $(PKG)_URL = $(mpfr_URL)
10 $(PKG)_URL_2 = $(mpfr_URL_2) 11 $(PKG)_URL_2 = $(mpfr_URL_2)