wok annotate borgbackup/receipt @ rev 23436

updated plymouth again (0.8.6.1 -> 0.9.4)
author Hans-G?nter Theisgen
date Thu Apr 02 08:09:39 2020 +0100 (2020-04-02)
parents e815c1b9f80a
children 9af0e03b8ad0
rev   line source
pascal@21879 1 # SliTaz package receipt.
pascal@21879 2
pascal@21879 3 PACKAGE="borgbackup"
pascal@21879 4 VERSION="1.1.10"
pascal@21879 5 CATEGORY="system-tools"
pascal@21879 6 SHORT_DESC="Deduplicating archiver with compression & authenticated encryption"
pascal@21879 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@21879 8 LICENSE="BSD"
pascal@21879 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@21879 10 WEB_SITE="https://www.borgbackup.org/"
pascal@21879 11 WGET_URL="https://files.pythonhosted.org/packages/24/13/77cd0bed77fa80cf79e18d1fb1806641e895878bda389771ea63f30560de/$TARBALL"
pascal@21879 12 TAGS="backup"
pascal@21879 13
pascal@21882 14 DEPENDS="py3k gcc-lib-base acl ssh"
pascal@21879 15 BUILD_DEPENDS="py3k-dev py3k-cython openssl-dev py3k-setuptools_scm"
pascal@21882 16 SUGGESTED="fuse"
pascal@21879 17
pascal@21879 18 # Rules to configure and make the package.
pascal@21879 19 compile_rules()
pascal@21879 20 {
pascal@21879 21 python3 ./setup.py build &&
pascal@21879 22 python3 setup.py install --root=$DESTDIR
pascal@21879 23 }
pascal@21879 24
pascal@21879 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@21879 26 genpkg_rules()
pascal@21879 27 {
pascal@21880 28 mkdir $install/usr/share
pascal@21880 29 cp -a $src/docs/man $install/usr/share
pascal@21879 30 cp -a $install/usr $fs/
pascal@21879 31 }