kumquat-buildroot/package/rsync/rsync.mk

15 lines
439 B
Makefile
Raw Normal View History

2004-10-09 22:07:08 +02:00
#############################################################
#
# rsync
#
#############################################################
RSYNC_VERSION := 3.0.8
RSYNC_SOURCE := rsync-$(RSYNC_VERSION).tar.gz
RSYNC_SITE := http://rsync.samba.org/ftp/rsync/src
RSYNC_INSTALL_STAGING = NO
RSYNC_CONF_OPT = $(if $(BR2_ENABLE_DEBUG),--enable-debug,--disable-debug)
RSYNC_CONF_OPT = --with-included-popt
2004-10-09 22:07:08 +02:00
$(eval $(call AUTOTARGETS,package,rsync))