netboot-launcher-efl: Bump version to 0.2.2 and fix download link.
[openembedded.git] / recipes / 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 SRC_URI = "http://rsync.samba.org/ftp/rsync/src/rsync-${PV}.tar.gz"
11
12 EXTRA_OEMAKE='STRIP=""'
13
14 do_install_append() {
15         install -d ${D}/etc
16         install -m 0644 ${WORKDIR}/rsyncd.conf ${D}/etc
17 }
18