summaryrefslogtreecommitdiff
path: root/package/libtiff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/libtiff/Makefile')
-rw-r--r--package/libtiff/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/libtiff/Makefile b/package/libtiff/Makefile
index 282f1befc..00ce5fc11 100644
--- a/package/libtiff/Makefile
+++ b/package/libtiff/Makefile
@@ -18,12 +18,15 @@ PKG_OPTS:= dev
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+include ${ADK_TOPDIR}/mk/host.mk
include ${ADK_TOPDIR}/mk/package.mk
+$(eval $(call HOST_template,LIBTIFF,libtiff,${PKG_VERSION}-${PKG_RELEASE}))
$(eval $(call PKG_template,LIBTIFF,libtiff,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
libtiff-install:
${INSTALL_DIR} ${IDIR_LIBTIFF}/usr/lib
${CP} ${WRKINST}/usr/lib/libtiff.so* ${IDIR_LIBTIFF}/usr/lib/
+include ${ADK_TOPDIR}/mk/host-bottom.mk
include ${ADK_TOPDIR}/mk/pkg-bottom.mk