           SPELL=gdal
         VERSION=1.9.0
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://download.osgeo.org/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:5d51ade953ea5171c7be1b6f12b705e97aaaba8e6e641a87d6a02d1cf52f573f6cf2505397db4f2d176095a7e6dbd01c5c24c313e7abd48a4594919cf9ac8890
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://www.gdal.org/"
      LICENSE[0]="MIT/X"
         ENTERED=20091102
        KEYWORDS="gis"
           SHORT="A translator library for raster geospatial data formats."
cat << EOF
The Geospatial Data Abstraction Library (GDAL) is a unifying C/C++ API for
accessing raster geospatial data, and currently includes formats like GeoTIFF,
Erdas Imagine, Arc/Info Binary, CEOS, DTED, GXF, and SDTS. It is intended to
provide efficient access, suitable for use in viewer applications, and also
attempts to preserve coordinate systems and metadata. Python, C, and C++
interfaces are available.
EOF
