aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libtiff/tiff_3.8.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libtiff/tiff_3.8.2.bb')
-rw-r--r--recipes/libtiff/tiff_3.8.2.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/libtiff/tiff_3.8.2.bb b/recipes/libtiff/tiff_3.8.2.bb
new file mode 100644
index 0000000000..00edb40eb3
--- /dev/null
+++ b/recipes/libtiff/tiff_3.8.2.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "This software provides support for the Tag Image File Format (TIFF)"
+LICENSE = "${PN}"
+HOMEPAGE = "http://www.remotesensing.org/libtiff/"
+DEPENDS = "zlib jpeg lzo"
+PV = "3.8.2+4.0.0beta2"
+
+SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-4.0.0beta2.tar.gz"
+S = "${WORKDIR}/${PN}-4.0.0beta2"
+
+inherit autotools_stage
+
+PACKAGES =+ "tiffxx tiffxx-dbg tiffxx-dev tiff-utils tiff-utils-dbg"
+FILES_tiffxx = "${libdir}/libtiffxx.so.*"
+FILES_tiffxx-dev = "${libdir}/libtiffxx.so ${libdir}/libtiffxx.*a"
+FILES_tiffxx-dbg += "${libdir}/.debug/libtiffxx.so*"
+FILES_tiff-utils = "${bindir}/*"
+FILES_tiff-utils-dbg += "${bindir}/.debug/"