New package: rdiff-backup-1.2.8
This commit is contained in:
parent
1d87be74b8
commit
081e650364
1 changed files with 19 additions and 0 deletions
19
srcpkgs/rdiff-backup/template
Normal file
19
srcpkgs/rdiff-backup/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'rdiff-backup'
|
||||
pkgname=rdiff-backup
|
||||
version=1.2.8
|
||||
revision=1
|
||||
build_style=python-module
|
||||
pycompile_module="rdiff_backup"
|
||||
hostmakedepends="python"
|
||||
makedepends="python-devel librsync-devel"
|
||||
depends="python"
|
||||
short_desc="Local/remote mirroring and incremental backups"
|
||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
homepage="http://rdiff-backup.nongnu.org/"
|
||||
distfiles="http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=0d91a85b40949116fa8aaf15da165c34a2d15449b3cbe01c8026391310ac95db
|
||||
|
||||
pre_build() {
|
||||
sed -i -e 's;RS_DEFAULT_STRONG_LEN;8, RS_MD4_SIG_MAGIC;' _librsyncmodule.c
|
||||
}
|
Loading…
Reference in a new issue