summaryrefslogtreecommitdiff
path: root/package/rsync
diff options
context:
space:
mode:
Diffstat (limited to 'package/rsync')
-rw-r--r--package/rsync/Config.in10
-rw-r--r--package/rsync/Makefile26
-rw-r--r--package/rsync/ipkg/rsync.control5
3 files changed, 41 insertions, 0 deletions
diff --git a/package/rsync/Config.in b/package/rsync/Config.in
new file mode 100644
index 000000000..031c93076
--- /dev/null
+++ b/package/rsync/Config.in
@@ -0,0 +1,10 @@
+config ADK_PACKAGE_RSYNC
+ prompt "rsync............................. file transfer utility"
+ tristate
+ select ADK_PACKAGE_LIBPOPT
+ default n
+ help
+ An utility that provides fast incremental file transfer
+
+ http://rsync.samba.org
+
diff --git a/package/rsync/Makefile b/package/rsync/Makefile
new file mode 100644
index 000000000..075c8bb67
--- /dev/null
+++ b/package/rsync/Makefile
@@ -0,0 +1,26 @@
+# $Id$
+#-
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include ${TOPDIR}/rules.mk
+
+PKG_NAME:= rsync
+PKG_VERSION:= 3.0.6
+PKG_RELEASE:= 1
+PKG_MD5SUM:= e9865d093a18e4668b9d31b635dc8e99
+MASTER_SITES:= http://rsync.samba.org/ftp/rsync/
+
+include ${TOPDIR}/mk/package.mk
+
+$(eval $(call PKG_template,RSYNC,rsync,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
+
+CONFIGURE_STYLE:= gnu
+BUILD_STYLE:= auto
+INSTALL_STYLE:= auto
+
+post-install:
+ ${INSTALL_DIR} ${IDIR_RSYNC}/usr/bin
+ ${CP} ${WRKINST}/usr/bin/* ${IDIR_RSYNC}/usr/bin
+
+include ${TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/rsync/ipkg/rsync.control b/package/rsync/ipkg/rsync.control
new file mode 100644
index 000000000..5cfa16dc8
--- /dev/null
+++ b/package/rsync/ipkg/rsync.control
@@ -0,0 +1,5 @@
+Package: rsync
+Priority: optional
+Section: net
+Depends: libpopt
+Description: utility that provides fast incremental file transfer