Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] New package: libgeotiff
@ 2011-08-06 21:55 Murat Demirten
  2011-09-11  8:10 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Murat Demirten @ 2011-08-06 21:55 UTC (permalink / raw)
  To: buildroot

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>
---
 package/Config.in                |    1 +
 package/libgeotiff/Config.in     |    8 ++++++++
 package/libgeotiff/libgeotiff.mk |   12 ++++++++++++
 3 files changed, 21 insertions(+), 0 deletions(-)
 create mode 100644 package/libgeotiff/Config.in
 create mode 100644 package/libgeotiff/libgeotiff.mk

diff --git a/package/Config.in b/package/Config.in
index 7112e05..9e5bfdc 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -283,6 +283,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"
diff --git a/package/libgeotiff/Config.in b/package/libgeotiff/Config.in
new file mode 100644
index 0000000..530cd45
--- /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 0000000..f159eba
--- /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))
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] New package: libgeotiff
  2011-08-06 21:55 [Buildroot] [PATCH] New package: libgeotiff Murat Demirten
@ 2011-09-11  8:10 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2011-09-11  8:10 UTC (permalink / raw)
  To: buildroot

>>>>> "Murat" == Murat Demirten <mdemirten@yh.com.tr> writes:

 Murat> Libgeotiff is an open source library normally hosted on top of
 Murat> libtiff for reading, and writing GeoTIFF information tags.

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-11  8:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-06 21:55 [Buildroot] [PATCH] New package: libgeotiff Murat Demirten
2011-09-11  8:10 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox