From 8ba4645f6b4c79485f4d039e5c80a383087bc2cb Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 7 Jun 2020 11:14:19 +0200 Subject: linux uses rsync nowadays to copy headers --- package/rsync/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package') 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 -- cgit v1.2.3