blob: 26c023af7a5afe017459e9948dc687d99cc96079 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001SUMMARY = "File synchronization tool"
2HOMEPAGE = "http://rsync.samba.org/"
3BUGTRACKER = "http://rsync.samba.org/bugzilla.html"
4SECTION = "console/network"
5
6DEPENDS = "popt"
7
8SRC_URI = "https://download.samba.org/pub/${BPN}/src/${BP}.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=""'
19
20PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"