merge of '7393275c6ccce67cadeb49d4afb3459e56edf8a9'
[vuplus_openembedded] / packages / rsync / rsync.inc
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"
7
8 inherit autotools
9
10 EXTRA_OEMAKE='STRIP=""'
11
12 do_install_append() {
13         install -d ${D}/etc
14         install -m 0644 ${WORKDIR}/rsyncd.conf ${D}/etc
15 }
16