| 12345678910111213141516171819202122232425262728 | # This file is part of the OpenADK project. OpenADK is copyrighted# material, please see the LICENCE file in the top-level directory.include ${TOPDIR}/rules.mkPKG_NAME:=		rsyncPKG_VERSION:=		3.0.6PKG_RELEASE:=		1PKG_MD5SUM:=		e9865d093a18e4668b9d31b635dc8e99PKG_DESCR:=		utility that provides fast incremental file transferPKG_SECTION:=		netPKG_DEPENDS:=		libpoptPKG_URL:=		http://rsync.samba.orgPKG_SITES:=		http://rsync.samba.org/ftp/rsync/include ${TOPDIR}/mk/package.mk$(eval $(call PKG_template,RSYNC,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))CONFIGURE_STYLE:=	gnuBUILD_STYLE:=		autoINSTALL_STYLE:=		autopost-install:	${INSTALL_DIR} ${IDIR_RSYNC}/usr/bin	${INSTALL_BIN} ${WRKINST}/usr/bin/rsync ${IDIR_RSYNC}/usr/bininclude ${TOPDIR}/mk/pkg-bottom.mk
 |