summaryrefslogtreecommitdiff
path: root/packages/rsync/rsync.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/rsync/rsync.inc')
-rw-r--r--packages/rsync/rsync.inc18
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/rsync/rsync.inc b/packages/rsync/rsync.inc
deleted file mode 100644
index 75f4c46303..0000000000
--- a/packages/rsync/rsync.inc
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "A file-synchronization tool"
-HOMEPAGE = "http://www.samba.org/rsync"
-SECTION = "console/network"
-LICENSE = "GPL"
-PRIORITY = "optional"
-DEPENDS += "popt"
-
-inherit autotools
-
-SRC_URI = "http://rsync.samba.org/ftp/rsync/src/rsync-${PV}.tar.gz"
-
-EXTRA_OEMAKE='STRIP=""'
-
-do_install_append() {
- install -d ${D}/etc
- install -m 0644 ${WORKDIR}/rsyncd.conf ${D}/etc
-}
-