blob: 37897aba801d81860e5a47ce59836b243d482b59 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "File synchronization tool"
2HOMEPAGE = "http://rsync.samba.org/"
3BUGTRACKER = "http://rsync.samba.org/bugzilla.html"
4SECTION = "console/network"
5
Patrick Williamsc124f4f2015-09-15 14:41:29 -05006DEPENDS = "popt"
7
8SRC_URI = "http://rsync.samba.org/ftp/rsync/src/rsync-${PV}.tar.gz \
9 file://rsyncd.conf"
10
11inherit autotools
12
13do_install_append() {
14 install -d ${D}${sysconfdir}
15 install -m 0644 ${WORKDIR}/rsyncd.conf ${D}${sysconfdir}
16}
17
18EXTRA_OEMAKE='STRIP=""'
Patrick Williamsc0f7c042017-02-23 20:41:17 -060019
20PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"