buildrootschalter/package/rsync/rsync.mk

15 lines
442 B
Makefile
Raw Normal View History

################################################################################
2004-10-09 22:07:08 +02:00
#
# 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
2004-10-09 22:07:08 +02:00
$(eval $(autotools-package))