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>
source "package/libdrm/Config.in"
source "package/libexif/Config.in"
source "package/libgail/Config.in"
+source "package/libgeotiff/Config.in"
source "package/libglade/Config.in"
source "package/gdk-pixbuf/Config.in"
source "package/libgtk2/Config.in"
--- /dev/null
+config BR2_PACKAGE_LIBGEOTIFF
+ bool "libgeotiff"
+ select BR2_PACKAGE_TIFF
+ help
+ Libgeotiff is an open source library normally hosted on top of
+ libtiff for reading, and writing GeoTIFF information tags.
+
+ http://geotiff.osgeo.org
--- /dev/null
+#############################################################
+#
+# 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))