SPELL=libgeotiff VERSION=1.4.2 SOURCE="${SPELL}-${VERSION}.tar.gz" SOURCE_URL[0]=http://download.osgeo.org/geotiff/$SPELL/$SOURCE SOURCE_HASH=sha512:059c6e05eb0c47f17b102c7217a2e1636e76d622c4d1bdcf0bd89fb3505f3130bffa881e21c73cfd2ca0d6863b81322f85784658ba3539b53b63c3a8f38d1deb SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}" WEB_SITE="http://geotiff.maptools.org/" LICENSE[0]="MIT/X" ENTERED=20091102 KEYWORDS="gis" SHORT="Library for accessing "Geo" tags in a GeoTIFF file." cat << EOF libgeotiff is a library (normally built on top of libtiff) for reading and writing coordinate system information from/to GeoTIFF files. It includes CSV files for expanding projected coordinate system codes into full projections definitions and examples of transforming the definitions into a form that can be used with the PROJ.4 projections library. It also includes the sample applications listgeo (for dumping GeoTIFF information in readable form) and geotifcp (for applying geotiff tags to an existing TIFF or GeoTIFF file). EOF