kumquat-buildroot/package/libgeotiff/libgeotiff.mk
Murat Demirten d5368064c2 New package: libgeotiff
Libgeotiff is an open source library normally hosted on top of
libtiff for reading, and writing GeoTIFF information tags.

Signed-off-by: Murat Demirten <mdemirten@yh.com.tr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-11 10:03:39 +02:00

13 lines
403 B
Makefile

#############################################################
#
# libgeotiff
#
#############################################################
LIBGEOTIFF_VERSION = 1.3.0
LIBGEOTIFF_SOURCE = libgeotiff-$(LIBGEOTIFF_VERSION).tar.gz
LIBGEOTIFF_SITE = http://download.osgeo.org/geotiff/libgeotiff
LIBGEOTIFF_DEPENDENCIES = tiff
LIBGEOTIFF_INSTALL_STAGING = YES
$(eval $(call AUTOTARGETS,package,libgeotiff))