From 38212eea9b6d5e6e66b1f1970117ad8ddaa8add5 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Sat, 3 Aug 2013 20:16:20 -0300 Subject: [PATCH] New package: librsync. --- common/shlibs | 1 + srcpkgs/librsync/template | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 srcpkgs/librsync/template diff --git a/common/shlibs b/common/shlibs index d4ce7a7b71e..33913324c92 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1396,3 +1396,4 @@ libobjfw.so.6 objfw-0.7.1_1 libphorward.so.0 libphorward-0.17_1 libusbip.so.0 libusbip-3.10_1 libcpupower.so.0 libcpupower-3.10_1 +librsync.so.1 librsync-0.9.7_1 diff --git a/srcpkgs/librsync/template b/srcpkgs/librsync/template new file mode 100644 index 00000000000..adf77fe1ce0 --- /dev/null +++ b/srcpkgs/librsync/template @@ -0,0 +1,20 @@ +# Template file for 'librsync' +pkgname=librsync +version=0.9.7 +revision=1 +distfiles="${SOURCEFORGE_SITE}/librsync/${version}/librsync-${version}.tar.gz" +checksum="6633e4605662763a03bb6388529cbdfd3b11a9ec55b8845351c1bd9a92bc41d6" +build_style=gnu-configure +configure_args=" --enable-shared" +makedepends="popt-devel" +maintainer="Steven R " +homepage="http://librsync.sourceforge.net/" +license="GPL" +short_desc="A free software library that implements the rsync remote-delta algorithm (rdiff)" + + +librsync_package() { + pkg_install() { + vmove all + } +} \ No newline at end of file