kumquat-buildroot/package/rsync/rsync.mk
Axel Lin 755fe79976 rsync: bump to version 3.1.0
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2013-10-03 14:11:37 +02:00

16 lines
487 B
Makefile

################################################################################
#
# rsync
#
################################################################################
RSYNC_VERSION = 3.1.0
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))