summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-04-10 04:15:40 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-04-10 04:20:43 +0200
commitfa29c42b9c52be5c2658629312ad2e2377398d6f (patch)
treeec4f5c0bc398533600ae13fddff3c0488a1d5f09 /package
parentb08006d70769f1ac0b8d232cca34601d4e0bf7da (diff)
libtiff: add host-package
Diffstat (limited to 'package')
-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