From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/rsync/Config.in | 10 ++++++++++ package/rsync/Makefile | 26 ++++++++++++++++++++++++++ package/rsync/ipkg/rsync.control | 5 +++++ 3 files changed, 41 insertions(+) create mode 100644 package/rsync/Config.in create mode 100644 package/rsync/Makefile create mode 100644 package/rsync/ipkg/rsync.control (limited to 'package/rsync') 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 -- cgit v1.2.3