comparison src/cminpack.mk @ 2809:e6138a1951e6

update package cminpack
author Mark Brand <mabrand@mabrand.nl>
date Thu, 11 Oct 2012 17:33:21 +0200
parents 3818044b02f9
children 100e618349f7
comparison
equal deleted inserted replaced
2808:3818044b02f9 2809:e6138a1951e6
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 := cminpack 4 PKG := cminpack
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_CHECKSUM := 7ac79d8623d0bc6c95c61e0c364ca9e38e8a13ca 6 $(PKG)_CHECKSUM := 8bf19ce37b486707c402a046c33d823c9e359410
7 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 7 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
8 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz 8 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
9 $(PKG)_URL := http://devernay.free.fr/hacks/cminpack/$($(PKG)_FILE) 9 $(PKG)_URL := http://devernay.free.fr/hacks/cminpack/$($(PKG)_FILE)
10 $(PKG)_DEPS := gcc 10 $(PKG)_DEPS := gcc
11 11