view src/gcc-gmp.mk @ 3064:be70678cc47b

Update QScintilla to 2.7.2 * index.html: update qscintilla-version to 2.7.2. * qsintilla.mk: update checksum for 2.7.2, update URL to use PKG_VERSION for URL path.
author "John Donoghue <john.donoghue@ieee.org>
date Mon, 17 Jun 2013 22:13:30 -0400
parents b5321bdec505
children 13be64f9f16d
line wrap: on
line source

# This file is part of MXE.
# See index.html for further information.

PKG             := gcc-gmp
$(PKG)_IGNORE    = $(gmp_IGNORE)
$(PKG)_CHECKSUM  = $(gmp_CHECKSUM)
$(PKG)_SUBDIR    = $(gmp_SUBDIR)
$(PKG)_FILE      = $(gmp_FILE)
$(PKG)_URL       = $(gmp_URL)
$(PKG)_URL_2     = $(gmp_URL_2)
$(PKG)_DEPS     :=

define $(PKG)_UPDATE
    echo $(gmp_VERSION)
endef