Files
main/hardware/disk/fsarchiver/pspec.xml
T
2019-02-06 21:46:09 +03:00

84 lines
3.1 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>fsarchiver</Name>
<Homepage>http://www.fsarchiver.org/</Homepage>
<Packager>
<Name>marcin bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<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="1d4cd8064b49213bc825e9439d940d2041e975e0" type="targz">https://github.com/fdupoux/fsarchiver/releases/download/0.8.5/fsarchiver-0.8.5.tar.gz</Archive>
<BuildDependencies>
<Dependency>lzo-devel</Dependency>
<Dependency>xz-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>bzip2</Dependency>
<Dependency>e2fsprogs-devel</Dependency>
<Dependency>libgcrypt-devel</Dependency>
<Dependency>attr-devel</Dependency>
<Dependency>libutil-linux-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>fsarchiver</Name>
<RuntimeDependencies>
<Dependency>lzo</Dependency>
<Dependency>xz</Dependency>
<Dependency>zlib</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="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>