1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?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/Main_Page</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="14221e0a9c93cea762aaadb4b8fb667688098d87" type="targz">https://github.com/fdupoux/fsarchiver/releases/download/0.8.2/fsarchiver-0.8.2.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="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>
|