summaryrefslogtreecommitdiff
path: root/package/rsync/rsync.mk
blob: 5030faeb19bb68ccea0b0c15af49b5b538b09a27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#############################################################
#
# rsync
#
#############################################################

RSYNC_VERSION := 3.0.8
RSYNC_SOURCE := rsync-$(RSYNC_VERSION).tar.gz
RSYNC_SITE := http://rsync.samba.org/ftp/rsync/src
RSYNC_INSTALL_STAGING = NO
RSYNC_CONF_OPT = $(if $(BR2_ENABLE_DEBUG),--enable-debug,--disable-debug)
RSYNC_CONF_OPT = --with-included-popt

$(eval $(call AUTOTARGETS,package,rsync))