Move all to deprecated folder.
This commit is contained in:
10
deprecated/firmware/buildroot/package/rsync/Config.in
Normal file
10
deprecated/firmware/buildroot/package/rsync/Config.in
Normal file
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_RSYNC
|
||||
bool "rsync"
|
||||
# fork()
|
||||
depends on BR2_USE_MMU
|
||||
select BR2_PACKAGE_ZLIB
|
||||
select BR2_PACKAGE_POPT
|
||||
help
|
||||
File transfer program to keep remote files in sync.
|
||||
|
||||
http://rsync.samba.org/
|
||||
2
deprecated/firmware/buildroot/package/rsync/rsync.hash
Normal file
2
deprecated/firmware/buildroot/package/rsync/rsync.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 ecfa62a7fa3c4c18b9eccd8c16eaddee4bd308a76ea50b5c02a5840f09c0a1c2 rsync-3.1.2.tar.gz
|
||||
22
deprecated/firmware/buildroot/package/rsync/rsync.mk
Normal file
22
deprecated/firmware/buildroot/package/rsync/rsync.mk
Normal file
@@ -0,0 +1,22 @@
|
||||
################################################################################
|
||||
#
|
||||
# rsync
|
||||
#
|
||||
################################################################################
|
||||
|
||||
RSYNC_VERSION = 3.1.2
|
||||
RSYNC_SITE = http://rsync.samba.org/ftp/rsync/src
|
||||
RSYNC_LICENSE = GPLv3+
|
||||
RSYNC_LICENSE_FILES = COPYING
|
||||
RSYNC_DEPENDENCIES = zlib popt
|
||||
RSYNC_CONF_OPTS = \
|
||||
--with-included-zlib=no \
|
||||
--with-included-popt=no
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ACL),y)
|
||||
RSYNC_DEPENDENCIES += acl
|
||||
else
|
||||
RSYNC_CONF_OPTS += --disable-acl-support
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user