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>
This commit is contained in:
Murat Demirten 2011-08-07 00:55:07 +03:00 committed by Peter Korsgaard
parent 0789fd3825
commit d5368064c2
3 changed files with 21 additions and 0 deletions

View File

@ -284,6 +284,7 @@ source "package/libart/Config.in"
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"

View File

@ -0,0 +1,8 @@
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

View File

@ -0,0 +1,12 @@
#############################################################
#
# 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))