From bfab82a323d68be064ed5750585e449c92f0ebcf Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sat, 30 Jul 2022 11:14:58 +0300 Subject: [PATCH] fsarchiver --- hardware/disk/fsarchiver/actions.py | 14 ++++++-------- hardware/disk/fsarchiver/pspec.xml | 30 +++++++++++++++++++++-------- 2 files changed, 28 insertions(+), 16 deletions(-) diff --git a/hardware/disk/fsarchiver/actions.py b/hardware/disk/fsarchiver/actions.py index da342358bd..7528591a28 100644 --- a/hardware/disk/fsarchiver/actions.py +++ b/hardware/disk/fsarchiver/actions.py @@ -2,19 +2,17 @@ # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt -from pisi.actionsapi import get -from pisi.actionsapi import autotools -from pisi.actionsapi import pisitools +from pisi.actionsapi import pisitools, autotools, get def setup(): - autotools.configure("--disable-lz4 \ - --disable-zstd") - + autotools.configure() + def build(): autotools.make() def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "THANKS") + + pisitools.dodoc("ChangeLog", "THANKS") diff --git a/hardware/disk/fsarchiver/pspec.xml b/hardware/disk/fsarchiver/pspec.xml index a33c103097..748a89dd35 100644 --- a/hardware/disk/fsarchiver/pspec.xml +++ b/hardware/disk/fsarchiver/pspec.xml @@ -1,26 +1,31 @@ - + fsarchiver - http://www.fsarchiver.org/ + https://www.fsarchiver.org/ marcin bojara marcin@pisilinux.org GPLv2 app:console + hardware.disk Safe and flexible file-system backup/deployment tool. FSArchiver is a system tool that allows you to save the contents of a file-system to a compressed archive file. - https://github.com/fdupoux/fsarchiver/releases/download/0.8.5/fsarchiver-0.8.5.tar.gz + + https://github.com/fdupoux/fsarchiver/releases/download/0.8.6/fsarchiver-0.8.6.tar.gz + - lzo-devel - xz-devel - zlib-devel bzip2 + xz-devel + lzo-devel + lz4-devel + attr-devel + zlib-devel + zstd-devel e2fsprogs-devel libgcrypt-devel - attr-devel libutil-linux-devel @@ -28,9 +33,11 @@ fsarchiver - lzo xz + lzo + lz4 zlib + zstd bzip2 e2fsprogs libgcrypt @@ -44,6 +51,13 @@ + + 2022-07-30 + 0.8.6 + Version bump. + fury + uglyside@yandex.ru + 2020-02-01 0.8.5