123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>fsarchiver</Name>
- <Homepage>https://www.fsarchiver.org/</Homepage>
- <Packager>
- <Name>marcin bojara</Name>
- <Email>marcin@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:console</IsA>
- <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>
- <BuildDependencies>
- <Dependency>bzip2</Dependency>
- <Dependency>xz-devel</Dependency>
- <Dependency>lzo-devel</Dependency>
- <Dependency>lz4-devel</Dependency>
- <Dependency>attr-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>zstd-devel</Dependency>
- <Dependency>e2fsprogs-devel</Dependency>
- <Dependency>libgcrypt-devel</Dependency>
- <Dependency>libutil-linux-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>fsarchiver</Name>
- <RuntimeDependencies>
- <Dependency>xz</Dependency>
- <Dependency>lzo</Dependency>
- <Dependency>lz4</Dependency>
- <Dependency>zlib</Dependency>
- <Dependency>zstd</Dependency>
- <Dependency>bzip2</Dependency>
- <Dependency>e2fsprogs</Dependency>
- <Dependency>libgcrypt</Dependency>
- <Dependency>libutil-linux</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/sbin</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="8">
- <Date>2024-11-29</Date>
- <Version>0.8.7</Version>
- <Comment>Version bump.</Comment>
- <Name>Ümit Solmaz</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="7">
- <Date>2022-07-30</Date>
- <Version>0.8.6</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="6">
- <Date>2020-02-01</Date>
- <Version>0.8.5</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2018-09-01</Date>
- <Version>0.8.5</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-01-01</Date>
- <Version>0.8.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-28</Date>
- <Version>0.8.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>0.6.21</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-01-27</Date>
- <Version>0.6.21</Version>
- <Comment>First release</Comment>
- <Name>Stefan Gronewold</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|