           SPELL=gdal
         VERSION=1.9.2
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://download.osgeo.org/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:d93cd5fb16a3728a1f545bc6ceeb61bf41e011619b9290ed51eb5fc2d99e3c0f5733bfc6b3444ad2991e462c87c1088247e3fbb92d880701d48790125647b423
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
