kumquat-buildroot/package/rsync/rsync.mk

18 lines
492 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_DEPENDENCIES = zlib popt
RSYNC_CONF_OPT = \
$(if $(BR2_ENABLE_DEBUG),--enable-debug,--disable-debug) \
--with-included-zlib=no \
--with-included-popt=no
2004-10-09 22:07:08 +02:00
$(eval $(autotools-package))