summaryrefslogtreecommitdiff
path: root/package/libtiff
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/libtiff
Initial import
Diffstat (limited to 'package/libtiff')
-rw-r--r--package/libtiff/Config.in8
-rw-r--r--package/libtiff/Makefile29
-rw-r--r--package/libtiff/ipkg/libtiff.control4
3 files changed, 41 insertions, 0 deletions
diff --git a/package/libtiff/Config.in b/package/libtiff/Config.in
new file mode 100644
index 000000000..49c34ee14
--- /dev/null
+++ b/package/libtiff/Config.in
@@ -0,0 +1,8 @@
+config ADK_PACKAGE_LIBTIFF
+ prompt "libtiff........................... TIFF format files handling library"
+ tristate
+ default n
+ help
+ A library for reading/writing TIFF files
+
+ http://www.libtiff.org/
diff --git a/package/libtiff/Makefile b/package/libtiff/Makefile
new file mode 100644
index 000000000..7f50c2e68
--- /dev/null
+++ b/package/libtiff/Makefile
@@ -0,0 +1,29 @@
+# $Id$
+#-
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include ${TOPDIR}/rules.mk
+
+PKG_NAME:= libtiff
+PKG_VERSION:= 3.8.2
+PKG_RELEASE:= 1
+PKG_MD5SUM:= fbb6f446ea4ed18955e2714934e5b698
+MASTER_SITES:= ftp://ftp.remotesensing.org/pub/libtiff/
+DISTFILES:= tiff-${PKG_VERSION}.tar.gz
+WRKDIST= ${WRKDIR}/tiff-${PKG_VERSION}
+
+include ${TOPDIR}/mk/package.mk
+
+$(eval $(call PKG_template,LIBTIFF,libtiff,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
+
+CONFIGURE_STYLE= gnu
+CONFIGURE_ARGS+= --disable-cxx
+BUILD_STYLE= auto
+INSTALL_STYLE= auto
+
+post-install:
+ ${INSTALL_DIR} ${IDIR_LIBTIFF}/usr/lib
+ ${CP} ${WRKINST}/usr/lib/libtiff.so.* ${IDIR_LIBTIFF}/usr/lib/
+
+include ${TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/libtiff/ipkg/libtiff.control b/package/libtiff/ipkg/libtiff.control
new file mode 100644
index 000000000..9647d0730
--- /dev/null
+++ b/package/libtiff/ipkg/libtiff.control
@@ -0,0 +1,4 @@
+Package: libtiff
+Priority: optional
+Section: libs
+Description: A library for reading/writing TIFF images