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
9 PKG_HASH
:= ecfa62a7fa3c4c18b9eccd8c16eaddee4bd308a76ea50b5c02a5840f09c0a1c2
10 PKG_DESCR
:= utility that provides fast incremental file transfer
11 PKG_SECTION
:= net
/misc
14 PKG_URL
:= http
://rsync.samba.org
/
15 PKG_SITES
:= http
://rsync.samba.org
/ftp
/rsync
/
17 DISTFILES
:= ${PKG_NAME}-${PKG_VERSION}.
tar.gz
19 include ${ADK_TOPDIR}/mk
/package.mk
21 $(eval
$(call PKG_template
,RSYNC
,rsync
,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
24 ${INSTALL_DIR} ${IDIR_RSYNC}/usr
/bin
25 ${INSTALL_BIN} ${WRKINST}/usr
/bin
/rsync
${IDIR_RSYNC}/usr
/bin
27 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk