New package: librsync.

This commit is contained in:
wertyi48 2013-08-03 20:16:20 -03:00
parent 02360465cf
commit 38212eea9b
2 changed files with 21 additions and 0 deletions

View file

@ -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

20
srcpkgs/librsync/template Normal file
View file

@ -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 <strob AT styez DOT com>"
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
}
}