Update package gdal

This commit is contained in:
Niels Kristian Bech Jensen 2013-05-04 20:20:33 +02:00 committed by Ulrich Klauer
parent 34582ebb0b
commit 977a35da98
2 changed files with 4 additions and 4 deletions

View File

@ -1140,7 +1140,7 @@ aptitude -t squeeze-backports install cmake yasm</pre>
</tr>
<tr>
<td id="gdal-package">gdal</td>
<td id="gdal-version">1.9.2</td>
<td id="gdal-version">1.10.0</td>
<td id="gdal-website"><a href="http://www.gdal.org/">GDAL</a></td>
</tr>
<tr>

View File

@ -3,11 +3,11 @@
PKG := gdal
$(PKG)_IGNORE :=
$(PKG)_CHECKSUM := 7eda6a4d735b8d6903740e0acdd702b43515e351
$(PKG)_CHECKSUM := e522b95056905e4c41047fdb42c0ca172ef3ad25
$(PKG)_SUBDIR := gdal-$($(PKG)_VERSION)
$(PKG)_FILE := gdal-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://download.osgeo.org/gdal/$($(PKG)_FILE)
$(PKG)_URL_2 := ftp://ftp.remotesensing.org/gdal/$($(PKG)_FILE)
$(PKG)_URL := http://download.osgeo.org/gdal/CURRENT/$($(PKG)_FILE)
$(PKG)_URL_2 := ftp://ftp.remotesensing.org/gdal/CURRENT/$($(PKG)_FILE)
$(PKG)_DEPS := gcc zlib libpng tiff libgeotiff jpeg jasper giflib expat sqlite curl geos postgresql gta hdf4 hdf5 netcdf
define $(PKG)_UPDATE