comparison src/freeimage.mk @ 2832:a3d573500901

update package freeimage
author Mark Brand <mabrand@mabrand.nl>
date Sat, 27 Oct 2012 23:06:34 +0200
parents 4d0f3a9da57e
children 100e618349f7
comparison
equal deleted inserted replaced
2831:45afd19a2f3b 2832:a3d573500901
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 := freeimage 4 PKG := freeimage
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_CHECKSUM := 083ef40a1734e33cc34c55ba87019bf5cce9ca4a 6 $(PKG)_CHECKSUM := 1d30057a127b2016cf9b4f0f8f2ba92547670f96
7 $(PKG)_SUBDIR := FreeImage 7 $(PKG)_SUBDIR := FreeImage
8 $(PKG)_FILE := FreeImage$(subst .,,$($(PKG)_VERSION)).zip 8 $(PKG)_FILE := FreeImage$(subst .,,$($(PKG)_VERSION)).zip
9 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/freeimage/Source Distribution/$($(PKG)_VERSION)/$($(PKG)_FILE) 9 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/freeimage/Source Distribution/$($(PKG)_VERSION)/$($(PKG)_FILE)
10 $(PKG)_DEPS := gcc 10 $(PKG)_DEPS := gcc
11 11