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:
parent
0789fd3825
commit
d5368064c2
@ -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"
|
||||
|
8
package/libgeotiff/Config.in
Normal file
8
package/libgeotiff/Config.in
Normal 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
|
12
package/libgeotiff/libgeotiff.mk
Normal file
12
package/libgeotiff/libgeotiff.mk
Normal 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))
|
Loading…
Reference in New Issue
Block a user