[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:
olli 2007-12-08 11:21:14 +00:00
parent b84294e6c6
commit 7349344f84

View File

@ -23,6 +23,7 @@ define Package/rsync
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
TITLE:=Fast remote file copy program (like rcp) TITLE:=Fast remote file copy program (like rcp)
DEPENDS:=+libpopt
URL:=http://rsync.samba.org/ URL:=http://rsync.samba.org/
endef endef
@ -32,14 +33,17 @@ define Package/rsync/description
It has many more options than rcp, and uses the rsync It has many more options than rcp, and uses the rsync
remote-update protocol to greatly speed up file remote-update protocol to greatly speed up file
transfers when the destination file already exists. transfers when the destination file already exists.
The rsync remote-update protocol allows rsync to The rsync remote-update protocol allows rsync to
transfer just the differences between two sets of files transfer just the differences between two sets of files
across the network link. across the network link.
endef endef
MAKE_FLAGS += \ CONFIGURE_ARGS += \
PREFIX="/usr" \ --with-included-popt=no \
--disable-debug \
--disable-ipv6 \
--disable-locale \
define Package/rsync/install define Package/rsync/install
$(INSTALL_DIR) $(1)/usr/bin $(INSTALL_DIR) $(1)/usr/bin