comparison src/xerces.mk @ 691:9274676de8d3

update version of packages boost, gdal, gtk, libpano13 and xerces
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 05 Feb 2010 16:19:19 +0100
parents dab071eac9c0
children 29f1ba4559ae
comparison
equal deleted inserted replaced
688:ff047093f2a8 691:9274676de8d3
2 # See doc/index.html or doc/README for further information. 2 # See doc/index.html or doc/README for further information.
3 3
4 # Xerces-C++ 4 # Xerces-C++
5 PKG := xerces 5 PKG := xerces
6 $(PKG)_IGNORE := 6 $(PKG)_IGNORE :=
7 $(PKG)_VERSION := 3.0.1 7 $(PKG)_VERSION := 3.1.0
8 $(PKG)_CHECKSUM := 71e4efee5397dd45d6bafad34bf3bc766bc2a085 8 $(PKG)_CHECKSUM := 15e45ae354980d6aa58e8c14eb6bc9fd84e51929
9 $(PKG)_SUBDIR := xerces-c-$($(PKG)_VERSION) 9 $(PKG)_SUBDIR := xerces-c-$($(PKG)_VERSION)
10 $(PKG)_FILE := xerces-c-$($(PKG)_VERSION).tar.gz 10 $(PKG)_FILE := xerces-c-$($(PKG)_VERSION).tar.gz
11 $(PKG)_WEBSITE := http://xerces.apache.org/xerces-c/ 11 $(PKG)_WEBSITE := http://xerces.apache.org/xerces-c/
12 $(PKG)_URL := http://apache.linux-mirror.org/xerces/c/$(word 1,$(subst ., ,$($(PKG)_VERSION)))/sources/$($(PKG)_FILE) 12 $(PKG)_URL := http://apache.linux-mirror.org/xerces/c/$(word 1,$(subst ., ,$($(PKG)_VERSION)))/sources/$($(PKG)_FILE)
13 $(PKG)_URL_2 := http://www.apache.org/dist/xerces/c/$(word 1,$(subst ., ,$($(PKG)_VERSION)))/sources/$($(PKG)_FILE) 13 $(PKG)_URL_2 := http://www.apache.org/dist/xerces/c/$(word 1,$(subst ., ,$($(PKG)_VERSION)))/sources/$($(PKG)_FILE)