kumquat-buildroot/package/tiff/tiff.mk
Thomas Petazzoni 0958e6109c tiff: use correct construct to override target installation
We also remove the stripping, as it is already done globally.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-09-12 19:26:50 +02:00

25 lines
603 B
Makefile

#############################################################
#
# tiff
#
#############################################################
TIFF_VERSION:=3.8.2
TIFF_SITE:=ftp://ftp.remotesensing.org/pub/libtiff
TIFF_SOURCE:=tiff-$(TIFF_VERSION).tar.gz
TIFF_LIBTOOL_PATCH = NO
TIFF_INSTALL_STAGING = YES
TIFF_INSTALL_TARGET = YES
TIFF_CONF_OPT = \
--enable-shared \
--enable-static \
--disable-cxx \
--without-x \
TIFF_DEPENDENCIES = host-pkg-config zlib jpeg
define TIFF_INSTALL_TARGET_CMDS
-cp -a $(@D)/libtiff/.libs/libtiff.so* $(TARGET_DIR)/usr/lib/
endef
$(eval $(call AUTOTARGETS,package,tiff))