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

RSYNC_VERSION = 3.0.9
RSYNC_SOURCE = rsync-$(RSYNC_VERSION).tar.gz
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))