8dfd59d114
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
16 lines
487 B
Makefile
16 lines
487 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))
|