diff options
author | Junqian Gordon Xu <xjqian@gmail.com> | 2008-03-15 09:22:07 +0000 |
---|---|---|
committer | Junqian Gordon Xu <xjqian@gmail.com> | 2008-03-15 09:22:07 +0000 |
commit | ce7a865d4077ae52eeb01bdc339a8ee5dbc5af71 (patch) | |
tree | ef70eedcc193b30e554c0cd9e79e0bb420159772 /packages/rsync/rsync.inc | |
parent | d50be7f3176b036238821522a32e9c4d3f805122 (diff) |
rsync: add 3.0.0, fix 2.6.9 SRC_URI (close oebug 4020), unify
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 +} + |