matrix-gui-e: bump PR for init file fixes
[openembedded.git] / recipes / rsync / rsync.inc
blob75f4c463033f9f96cd33609d8821639df65ed208
1 DESCRIPTION = "A file-synchronization tool"
2 HOMEPAGE = "http://www.samba.org/rsync"
3 SECTION = "console/network"
4 LICENSE = "GPL"
5 PRIORITY = "optional"
6 DEPENDS += "popt"
8 inherit autotools
10 SRC_URI = "http://rsync.samba.org/ftp/rsync/src/rsync-${PV}.tar.gz"
12 EXTRA_OEMAKE='STRIP=""'
14 do_install_append() {
15         install -d ${D}/etc
16         install -m 0644 ${WORKDIR}/rsyncd.conf ${D}/etc