python-whoosh: bump to version 2.7.4
[buildroot-gz.git] / package / librsync / Config.in
blob5dcdfc8f2e1641c408159d0898794178a60909bf
1 config BR2_PACKAGE_LIBRSYNC
2         bool "librsync"
3         select BR2_PACKAGE_ZLIB
4         select BR2_PACKAGE_BZIP2
5         select BR2_PACKAGE_POPT
6         help
7           librsync implements the rolling-checksum algorithm of
8           remote file synchronization that was popularized by the
9           rsync utility and is used in rproxy.
11           http://sourceforge.net/projects/librsync/