rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | SUMMARY = "File synchronization tool" |
| 2 | HOMEPAGE = "http://rsync.samba.org/" |
| 3 | BUGTRACKER = "http://rsync.samba.org/bugzilla.html" |
| 4 | SECTION = "console/network" |
| 5 | |
| 6 | DEPENDS = "popt" |
| 7 | |
| 8 | SRC_URI = "https://download.samba.org/pub/${BPN}/src/${BP}.tar.gz \ |
| 9 | file://rsyncd.conf" |
| 10 | |
| 11 | inherit autotools |
| 12 | |
| 13 | do_install_append() { |
| 14 | install -d ${D}${sysconfdir} |
| 15 | install -m 0644 ${WORKDIR}/rsyncd.conf ${D}${sysconfdir} |
| 16 | } |
| 17 | |
| 18 | EXTRA_OEMAKE='STRIP=""' |
| 19 | |
| 20 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |