comparison src/giflib.mk @ 2853:4cf24236b87b

update package giflib
author Mark Brand <mabrand@mabrand.nl>
date Tue, 13 Nov 2012 22:32:12 +0100
parents 4e9d21c0ac50
children 47558e958113
comparison
equal deleted inserted replaced
2852:978dab6a3cd0 2853:4cf24236b87b
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 := giflib 4 PKG := giflib
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_CHECKSUM := 98477ca6224e3f42e443255a93c5c86d0723e2d6 6 $(PKG)_CHECKSUM := 841da41f2e8c212555453f7af7b5aa60d7ea4be7
7 $(PKG)_SUBDIR := giflib-$($(PKG)_VERSION) 7 $(PKG)_SUBDIR := giflib-$($(PKG)_VERSION)
8 $(PKG)_FILE := giflib-$($(PKG)_VERSION).tar.bz2 8 $(PKG)_FILE := giflib-$($(PKG)_VERSION).tar.bz2
9 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/giflib/giflib-5.x/$($(PKG)_FILE) 9 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/giflib/giflib-5.x/$($(PKG)_FILE)
10 $(PKG)_DEPS := gcc 10 $(PKG)_DEPS := gcc
11 11