comparison src/gdcm.mk @ 4420:99466fa41fd7

gdcm: update to v2.6.9 * src/gdcm.mk: update version, checksum
author John D
date Fri, 14 Jul 2017 11:53:48 -0400
parents e5c0805d9f5f
children 5c667b1841d5
comparison
equal deleted inserted replaced
4419:fd68c5ebc5c0 4420:99466fa41fd7
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 := gdcm 4 PKG := gdcm
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 2.4.6 6 $(PKG)_VERSION := 2.6.9
7 $(PKG)_CHECKSUM := c5439ed0099780dc007a280237c71d9f0054eed0 7 $(PKG)_CHECKSUM := 28aa7da1f286fa0ebcedebe535e4cd7463364847
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG) 2.x/GDCM $($(PKG)_VERSION)/$($(PKG)_FILE) 10 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG) 2.x/GDCM $($(PKG)_VERSION)/$($(PKG)_FILE)
11 $(PKG)_DEPS := expat zlib 11 $(PKG)_DEPS := expat zlib
12 12