linux: update 4.13.x
[openadk.git] / package / rsync / Makefile
blobded6db5109afdb54e14fc93025f96834f6d47c71
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
6 PKG_NAME:= rsync
7 PKG_VERSION:= 3.1.2
8 PKG_RELEASE:= 1
9 PKG_HASH:= ecfa62a7fa3c4c18b9eccd8c16eaddee4bd308a76ea50b5c02a5840f09c0a1c2
10 PKG_DESCR:= utility that provides fast incremental file transfer
11 PKG_SECTION:= net/misc
12 PKG_DEPENDS:= libpopt
13 PKG_BUILDDEP:= popt
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}))
23 rsync-install:
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