1ab117d35a
This is a patch release that fixes some minor bugs, tidies the code for many compiler warnings, and improves windows compatibility. Upgrading from v2.3.1 is recommended for most people, and essential for people using platforms experiencing bugs #214 or #207. https://github.com/librsync/librsync/releases/tag/v2.3.2 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
509 B
Makefile
16 lines
509 B
Makefile
################################################################################
|
|
#
|
|
# librsync
|
|
#
|
|
################################################################################
|
|
|
|
LIBRSYNC_VERSION = 2.3.2
|
|
LIBRSYNC_SITE = https://github.com/librsync/librsync/releases/download/v$(LIBRSYNC_VERSION)
|
|
LIBRSYNC_LICENSE = LGPL-2.1+
|
|
LIBRSYNC_LICENSE_FILES = COPYING
|
|
LIBRSYNC_CPE_ID_VENDOR = librsync_project
|
|
LIBRSYNC_INSTALL_STAGING = YES
|
|
LIBRSYNC_DEPENDENCIES = host-pkgconf zlib bzip2 popt
|
|
|
|
$(eval $(cmake-package))
|