6a29c8ae3e
- Remove patch (already in version) - Add hash for license file Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
432 B
Makefile
15 lines
432 B
Makefile
################################################################################
|
|
#
|
|
# librsync
|
|
#
|
|
################################################################################
|
|
|
|
LIBRSYNC_VERSION = v2.0.2
|
|
LIBRSYNC_SITE = $(call github,librsync,librsync,$(LIBRSYNC_VERSION))
|
|
LIBRSYNC_LICENSE = LGPL-2.1+
|
|
LIBRSYNC_LICENSE_FILES = COPYING
|
|
LIBRSYNC_INSTALL_STAGING = YES
|
|
LIBRSYNC_DEPENDENCIES = zlib bzip2 popt
|
|
|
|
$(eval $(cmake-package))
|