aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/rsync/rsync.inc
blob: 75f4c463033f9f96cd33609d8821639df65ed208 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "A file-synchronization tool"
HOMEPAGE = "http://www.samba.org/rsync"
SECTION = "console/network"
LICENSE = "GPL"
PRIORITY = "optional"
DEPENDS += "popt"

inherit autotools

SRC_URI = "http://rsync.samba.org/ftp/rsync/src/rsync-${PV}.tar.gz"

EXTRA_OEMAKE='STRIP=""'

do_install_append() {
	install -d ${D}/etc
	install -m 0644 ${WORKDIR}/rsyncd.conf ${D}/etc
}