diff options
author | Chris Seawood <cls@seawood.org> | 2010-03-22 16:50:51 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-03-22 17:27:13 +0100 |
commit | a038602e8239bed895644bb0266542ae10ba8e69 (patch) | |
tree | 31649a64438c42c30ed2f8338ee6bba63be7cf3e /package/librsync/Config.in | |
parent | d6a2fa87b8e6b131b1ad52f9f586605db95607ed (diff) | |
download | buildroot-novena-a038602e8239bed895644bb0266542ae10ba8e69.tar.gz buildroot-novena-a038602e8239bed895644bb0266542ae10ba8e69.zip |
package: add librsync
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>
Diffstat (limited to 'package/librsync/Config.in')
-rw-r--r-- | package/librsync/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/librsync/Config.in b/package/librsync/Config.in new file mode 100644 index 000000000..5dcdfc8f2 --- /dev/null +++ b/package/librsync/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_LIBRSYNC + bool "librsync" + select BR2_PACKAGE_ZLIB + select BR2_PACKAGE_BZIP2 + select BR2_PACKAGE_POPT + help + librsync implements the rolling-checksum algorithm of + remote file synchronization that was popularized by the + rsync utility and is used in rproxy. + + http://sourceforge.net/projects/librsync/ |