a038602e82
Closes #1303 [Peter: misc tweaks (whitespace, kconfig, sf.net URL)] Signed-off-by: Chris Seawood <cls@seawood.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
16 lines
489 B
Makefile
16 lines
489 B
Makefile
#############################################################
|
|
#
|
|
# librsync
|
|
#
|
|
#############################################################
|
|
LIBRSYNC_VERSION:=0.9.7
|
|
LIBRSYNC_SOURCE:=librsync-$(LIBRSYNC_VERSION).tar.gz
|
|
LIBRSYNC_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/librsync/
|
|
LIBRSYNC_INSTALL_STAGING = YES
|
|
LIBRSYNC_INSTALL_TARGET = YES
|
|
LIBRSYNC_CONF_OPT = --enable-shared
|
|
|
|
LIBRSYNC_DEPENDENCIES = zlib bzip2 popt
|
|
|
|
$(eval $(call AUTOTARGETS,package,librsync))
|