2006-05-14 11:22:29 +00:00
|
|
|
# Description: Local/remote mirroring+incremental backup
|
2020-07-10 23:11:53 +10:00
|
|
|
# URL: https://github.com/rdiff-backup/rdiff-backup
|
2009-09-19 01:06:11 +02:00
|
|
|
# Maintainer: Thomas Penteker, tek at serverop dot de
|
2020-07-10 23:11:53 +10:00
|
|
|
# Depends on: python3-setuptools rdiff
|
2006-05-14 11:22:29 +00:00
|
|
|
|
|
|
|
name=rdiff-backup
|
2020-07-10 23:11:53 +10:00
|
|
|
version=2.0.3
|
2008-08-09 02:22:34 +02:00
|
|
|
release=1
|
2020-07-10 23:11:53 +10:00
|
|
|
source=(https://github.com/rdiff-backup/rdiff-backup/releases/download/v$version/$name-$version.tar.gz)
|
2006-05-14 11:22:29 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
|
2020-07-10 23:11:53 +10:00
|
|
|
/usr/bin/python3 setup.py build
|
|
|
|
/usr/bin/python3 setup.py install --prefix=/usr --root=$PKG
|
2006-05-14 11:22:29 +00:00
|
|
|
|
2017-08-20 23:27:58 +02:00
|
|
|
rm -r $PKG/usr/share/doc
|
2006-05-14 11:22:29 +00:00
|
|
|
}
|