fsarchiver-0.8.9

This commit is contained in:
4fury-c3440d8
2026-02-16 11:05:45 +04:00
parent 96bc448606
commit 8b7c37feed
2 changed files with 11 additions and 4 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
from pisi.actionsapi import pisitools, autotools, get
def setup():
autotools.configure()
autotools.configure("--prefix=/usr")
def build():
autotools.make()
@@ -15,4 +15,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("ChangeLog", "THANKS")
pisitools.dodoc("COPYING", "THANKS")
+9 -2
View File
@@ -13,8 +13,8 @@
<PartOf>hardware.disk</PartOf>
<Summary>Safe and flexible file-system backup/deployment tool.</Summary>
<Description>FSArchiver is a system tool that allows you to save the contents of a file-system to a compressed archive file.</Description>
<Archive sha1sum="b33bea61a1527369d220bf6ffb1dda231f4f5611" type="targz">
https://github.com/fdupoux/fsarchiver/releases/download/0.8.7/fsarchiver-0.8.7.tar.gz
<Archive sha1sum="e1cb83bb99e2cd8c40d70d1fac368ecbf5d08ea4" type="targz">
https://github.com/fdupoux/fsarchiver/releases/download/0.8.9/fsarchiver-0.8.9.tar.gz
</Archive>
<BuildDependencies>
<Dependency>bzip2</Dependency>
@@ -51,6 +51,13 @@
</Package>
<History>
<Update release="9">
<Date>2026-02-15</Date>
<Version>0.8.9</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2024-11-29</Date>
<Version>0.8.7</Version>