summaryrefslogblamecommitdiffstats
path: root/package/tiff/tiff.mk
blob: 748e58f0cb83349b34b93e00647d8c5973af7170 (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                                                             
                   



                                                  
                         





                         
                                             
 


                                                                     
 
                                        
#############################################################
#
# tiff
#
#############################################################
TIFF_VERSION:=3.9.4
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))