wok view vorta/receipt @ rev 23921

Up slitaz-tools (1036), tazinst (105), tazusb (209)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Aug 21 15:07:47 2020 +0000 (2020-08-21)
parents
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="vorta"
4 VERSION="0.6.26"
5 CATEGORY="system-tools"
6 SHORT_DESC="GUI for borgbackup."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPLv3"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://vorta.borgbase.com/"
11 WGET_URL="https://github.com/borgbase/$PACKAGE/archive/v$VERSION.tar.gz"
12 TAGS="backup"
14 DEPENDS="borgbackup"
15 BUILD_DEPENDS="py3k-dev py3k-setuptools_scm"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python3 setup.py build &&
21 python3 setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }