diff options
Diffstat (limited to 'packages/rsync/rsync.inc')
-rw-r--r-- | packages/rsync/rsync.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/rsync/rsync.inc b/packages/rsync/rsync.inc new file mode 100644 index 0000000000..0fbf1d9781 --- /dev/null +++ b/packages/rsync/rsync.inc @@ -0,0 +1,15 @@ +DESCRIPTION = "A file-synchronization tool" +HOMEPAGE = "http://www.samba.org/rsync" +SECTION = "console/network" +LICENSE = "GPL" +PRIORITY = "optional" + +inherit autotools + +EXTRA_OEMAKE='STRIP=""' + +do_install_append() { + install -d ${D}/etc + install -m 0644 ${WORKDIR}/rsyncd.conf ${D}/etc +} + |