summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-06-07 11:14:19 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-06-07 11:14:19 +0200
commit8ba4645f6b4c79485f4d039e5c80a383087bc2cb (patch)
tree85e888544dc799a3f22fd30edc6e29633865a159 /package
parentdc05dc8a143f8273ad911177f7259a4f4887760f (diff)
linux uses rsync nowadays to copy headers
Diffstat (limited to 'package')
-rw-r--r--package/rsync/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/rsync/Makefile b/package/rsync/Makefile
index 2826c8cef..0c0ddc8a3 100644
--- a/package/rsync/Makefile
+++ b/package/rsync/Makefile
@@ -16,12 +16,15 @@ PKG_SITES:= http://rsync.samba.org/ftp/rsync/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+include $(ADK_TOPDIR)/mk/host.mk
include ${ADK_TOPDIR}/mk/package.mk
+$(eval $(call HOST_template,RSYNC,rsync,$(PKG_VERSION)-$(PKG_RELEASE)))
$(eval $(call PKG_template,RSYNC,rsync,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
rsync-install:
${INSTALL_DIR} ${IDIR_RSYNC}/usr/bin
${INSTALL_BIN} ${WRKINST}/usr/bin/rsync ${IDIR_RSYNC}/usr/bin
+include $(ADK_TOPDIR)/mk/host-bottom.mk
include ${ADK_TOPDIR}/mk/pkg-bottom.mk