summaryrefslogtreecommitdiffstats
path: root/package/libgeotiff
diff options
context:
space:
mode:
authorMurat Demirten <mdemirten@yh.com.tr>2011-08-07 00:55:07 +0300
committerPeter Korsgaard <jacmet@sunsite.dk>2011-09-11 10:03:39 +0200
commitd5368064c2556a5df9e04538c485453f53936342 (patch)
treeb2db0c4f8413b7ba594686bfae5e94d670fc748d /package/libgeotiff
parent0789fd3825c00138b832dd97cf9d95242efca75e (diff)
downloadbuildroot-novena-d5368064c2556a5df9e04538c485453f53936342.tar.gz
buildroot-novena-d5368064c2556a5df9e04538c485453f53936342.zip
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>
Diffstat (limited to 'package/libgeotiff')
-rw-r--r--package/libgeotiff/Config.in8
-rw-r--r--package/libgeotiff/libgeotiff.mk12
2 files changed, 20 insertions, 0 deletions
diff --git a/package/libgeotiff/Config.in b/package/libgeotiff/Config.in
new file mode 100644
index 000000000..7489a4704
--- /dev/null
+++ b/package/libgeotiff/Config.in
@@ -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
diff --git a/package/libgeotiff/libgeotiff.mk b/package/libgeotiff/libgeotiff.mk
new file mode 100644
index 000000000..f159eba65
--- /dev/null
+++ b/package/libgeotiff/libgeotiff.mk
@@ -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))