python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / rsync / rsync.mk
blobe1e850c440fa3e62f123bc0e765bb089efabf950
1 ################################################################################
3 # rsync
5 ################################################################################
7 RSYNC_VERSION = 3.1.2
8 RSYNC_SITE = http://rsync.samba.org/ftp/rsync/src
9 RSYNC_LICENSE = GPLv3+
10 RSYNC_LICENSE_FILES = COPYING
11 RSYNC_DEPENDENCIES = zlib popt
12 RSYNC_CONF_OPTS = \
13 --with-included-zlib=no \
14 --with-included-popt=no
16 ifeq ($(BR2_PACKAGE_ACL),y)
17 RSYNC_DEPENDENCIES += acl
18 else
19 RSYNC_CONF_OPTS += --disable-acl-support
20 endif
22 $(eval $(autotools-package))