2007-01-11 08:27:37 +01:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# tiff
|
|
|
|
#
|
|
|
|
#############################################################
|
2010-09-13 17:12:12 +02:00
|
|
|
TIFF_VERSION:=3.9.4
|
2008-11-11 12:43:27 +01:00
|
|
|
TIFF_SITE:=ftp://ftp.remotesensing.org/pub/libtiff
|
|
|
|
TIFF_SOURCE:=tiff-$(TIFF_VERSION).tar.gz
|
|
|
|
TIFF_LIBTOOL_PATCH = NO
|
|
|
|
TIFF_INSTALL_STAGING = YES
|
2008-12-08 05:41:19 +01:00
|
|
|
TIFF_INSTALL_TARGET = YES
|
2008-11-11 12:43:27 +01:00
|
|
|
TIFF_CONF_OPT = \
|
|
|
|
--enable-shared \
|
|
|
|
--enable-static \
|
|
|
|
--disable-cxx \
|
|
|
|
--without-x \
|
|
|
|
|
2009-10-27 23:16:44 +01:00
|
|
|
TIFF_DEPENDENCIES = host-pkg-config zlib jpeg
|
2008-11-11 12:43:27 +01:00
|
|
|
|
2010-09-01 23:10:28 +02:00
|
|
|
define TIFF_INSTALL_TARGET_CMDS
|
|
|
|
-cp -a $(@D)/libtiff/.libs/libtiff.so* $(TARGET_DIR)/usr/lib/
|
|
|
|
endef
|
2007-01-11 08:27:37 +01:00
|
|
|
|
2010-09-01 23:10:28 +02:00
|
|
|
$(eval $(call AUTOTARGETS,package,tiff))
|