20 lines
568 B
Text
20 lines
568 B
Text
|
# 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
|
||
|
}
|
||
|
}
|