binutils: update to 2.43.1
[openadk.git] / package / libtiff / Makefile
blob960605be8d89276e4f55ef61ba2fbfec3bbdeb76
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include ${ADK_TOPDIR}/rules.mk
6 PKG_NAME:= tiff
7 PKG_VERSION:= 4.3.0
8 PKG_RELEASE:= 1
9 PKG_HASH:= 0e46e5acb087ce7d1ac53cf4f56a09b221537fc86dfc5daaad1c2e89e1b37ac8
10 PKG_DESCR:= library for reading/writing tiff images
11 PKG_SECTION:= libs/image
12 PKG_NEEDS:= c++
13 PKG_BUILDDEP:= zlib xz
14 PKG_URL:= http://simplesystems.org/libtiff/
15 PKG_SITES:= http://download.osgeo.org/libtiff/
16 PKG_LIBNAME:= libtiff
17 PKG_OPTS:= dev
19 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
21 include ${ADK_TOPDIR}/mk/package.mk
23 $(eval $(call PKG_template,LIBTIFF,libtiff,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
25 libtiff-install:
26 ${INSTALL_DIR} ${IDIR_LIBTIFF}/usr/lib
27 ${CP} ${WRKINST}/usr/lib/libtiff.so* ${IDIR_LIBTIFF}/usr/lib/
29 include ${ADK_TOPDIR}/mk/pkg-bottom.mk