summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/rsync/rsync.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/rsync/rsync.inc')
-rw-r--r--recipes-devtools/rsync/rsync.inc20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-devtools/rsync/rsync.inc b/recipes-devtools/rsync/rsync.inc
new file mode 100644
index 0000000..26c023a
--- /dev/null
+++ b/recipes-devtools/rsync/rsync.inc
@@ -0,0 +1,20 @@
1SUMMARY = "File synchronization tool"
2HOMEPAGE = "http://rsync.samba.org/"
3BUGTRACKER = "http://rsync.samba.org/bugzilla.html"
4SECTION = "console/network"
5
6DEPENDS = "popt"
7
8SRC_URI = "https://download.samba.org/pub/${BPN}/src/${BP}.tar.gz \
9 file://rsyncd.conf"
10
11inherit autotools
12
13do_install_append() {
14 install -d ${D}${sysconfdir}
15 install -m 0644 ${WORKDIR}/rsyncd.conf ${D}${sysconfdir}
16}
17
18EXTRA_OEMAKE='STRIP=""'
19
20PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"