You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
552 B

################################################################################
#
# rsync
#
################################################################################
RSYNC_VERSION = 3.1.3
RSYNC_DIR = rsync-$(RSYNC_VERSION)
RSYNC_SOURCE = rsync-$(RSYNC_VERSION).tar.gz
RSYNC_SITE = https://download.samba.org/pub/rsync/src/
RSYNC_DEPENDENCIES = zlib popt
RSYNC_CONF_OPTS = \
--disable-debug \
--disable-locale \
--disable-acl-support \
--with-included-zlib=no \
--with-included-popt=no
rsync: | $(TARGET_DIR)
$(call autotools-package)