[Packages] net/rsync: More fixes
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9673 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b84294e6c6
commit
7349344f84
@ -23,6 +23,7 @@ define Package/rsync
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=Fast remote file copy program (like rcp)
|
||||
DEPENDS:=+libpopt
|
||||
URL:=http://rsync.samba.org/
|
||||
endef
|
||||
|
||||
@ -32,14 +33,17 @@ define Package/rsync/description
|
||||
It has many more options than rcp, and uses the rsync
|
||||
remote-update protocol to greatly speed up file
|
||||
transfers when the destination file already exists.
|
||||
|
||||
|
||||
The rsync remote-update protocol allows rsync to
|
||||
transfer just the differences between two sets of files
|
||||
across the network link.
|
||||
endef
|
||||
|
||||
MAKE_FLAGS += \
|
||||
PREFIX="/usr" \
|
||||
CONFIGURE_ARGS += \
|
||||
--with-included-popt=no \
|
||||
--disable-debug \
|
||||
--disable-ipv6 \
|
||||
--disable-locale \
|
||||
|
||||
define Package/rsync/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user