diff options
Diffstat (limited to 'meta/packages/rsync/rsync.inc')
-rw-r--r-- | meta/packages/rsync/rsync.inc | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/packages/rsync/rsync.inc b/meta/packages/rsync/rsync.inc deleted file mode 100644 index fdc7e37cf6..0000000000 --- a/meta/packages/rsync/rsync.inc +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "A file-synchronization tool" -HOMEPAGE = "http://rsync.samba.org/" -BUGTRACKER = "http://rsync.samba.org/bugzilla.html" -SECTION = "console/network" -PRIORITY = "optional" - -# GPLv2+ (<< 3.0.0), GPLv3+ (>= 3.0.0) -LICENSE = "GPLv3+" -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" - -# needs to add acl and attr -DEPENDS = "popt" - -SRC_URI = "http://rsync.samba.org/ftp/rsync/src/rsync-${PV}.tar.gz \ - file://rsyncd.conf" - -inherit autotools - -do_install_append() { - install -d ${D}/etc - install -m 0644 ${WORKDIR}/rsyncd.conf ${D}/etc -} - -EXTRA_OEMAKE='STRIP=""' |