9ca544dec7
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
449 B
Makefile
16 lines
449 B
Makefile
#############################################################
|
|
#
|
|
# rsync
|
|
#
|
|
#############################################################
|
|
|
|
RSYNC_VERSION = 3.0.9
|
|
RSYNC_SOURCE = rsync-$(RSYNC_VERSION).tar.gz
|
|
RSYNC_SITE = http://rsync.samba.org/ftp/rsync/src
|
|
RSYNC_LICENSE = GPLv3+
|
|
RSYNC_LICENSE_FILES = COPYING
|
|
RSYNC_CONF_OPT = $(if $(BR2_ENABLE_DEBUG),--enable-debug,--disable-debug)
|
|
RSYNC_CONF_OPT = --with-included-popt
|
|
|
|
$(eval $(autotools-package))
|