summaryrefslogtreecommitdiffstats
path: root/package/librsync/librsync.mk
blob: 3db4625c8d08298f190843e8572de6540b65be91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#############################################################
#
# 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))