fsarchiver-0.8.9
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user