summaryrefslogblamecommitdiffstats
path: root/package/rsync/rsync.mk
blob: e99b650ebb657b3c1d4ecca8c43f708e3c1c7c86 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                                             
 


                                                 
                                                                         
                                     
 
                                         
#############################################################
#
# rsync
#
#############################################################

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

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