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

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