The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / rsync / rsync.mk
1 ################################################################################
2 #
3 # rsync
4 #
5 ################################################################################
6
7 RSYNC_VERSION = 3.1.1
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
15
16 ifeq ($(BR2_PACKAGE_ACL),y)
17 RSYNC_DEPENDENCIES += acl
18 else
19 RSYNC_CONF_OPTS += --disable-acl-support
20 endif
21
22 $(eval $(autotools-package))