pspec.xml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>fsarchiver</Name>
  6. <Homepage>http://www.fsarchiver.org/Main_Page</Homepage>
  7. <Packager>
  8. <Name>marcin bojara</Name>
  9. <Email>marcin@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Safe and flexible file-system backup/deployment tool.</Summary>
  14. <Description>FSArchiver is a system tool that allows you to save the contents of a file-system to a compressed archive file.</Description>
  15. <Archive sha1sum="14221e0a9c93cea762aaadb4b8fb667688098d87" type="targz">https://github.com/fdupoux/fsarchiver/releases/download/0.8.2/fsarchiver-0.8.2.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>lzo-devel</Dependency>
  18. <Dependency>xz-devel</Dependency>
  19. <Dependency>zlib-devel</Dependency>
  20. <Dependency>bzip2</Dependency>
  21. <Dependency>e2fsprogs-devel</Dependency>
  22. <Dependency>libgcrypt-devel</Dependency>
  23. <Dependency>attr-devel</Dependency>
  24. <Dependency>libutil-linux-devel</Dependency>
  25. </BuildDependencies>
  26. </Source>
  27. <Package>
  28. <Name>fsarchiver</Name>
  29. <RuntimeDependencies>
  30. <Dependency>lzo</Dependency>
  31. <Dependency>xz</Dependency>
  32. <Dependency>zlib</Dependency>
  33. <Dependency>bzip2</Dependency>
  34. <Dependency>e2fsprogs</Dependency>
  35. <Dependency>libgcrypt</Dependency>
  36. <Dependency>libutil-linux</Dependency>
  37. </RuntimeDependencies>
  38. <Files>
  39. <Path fileType="executable">/usr/sbin</Path>
  40. <Path fileType="man">/usr/share/man</Path>
  41. <Path fileType="doc">/usr/share/doc</Path>
  42. </Files>
  43. </Package>
  44. <History>
  45. <Update release="4">
  46. <Date>2018-01-01</Date>
  47. <Version>0.8.2</Version>
  48. <Comment>Version bump.</Comment>
  49. <Name>Mustafa Cinasal</Name>
  50. <Email>muscnsl@gmail.com</Email>
  51. </Update>
  52. <Update release="3">
  53. <Date>2017-01-28</Date>
  54. <Version>0.8.1</Version>
  55. <Comment>Version bump.</Comment>
  56. <Name>Stefan Gronewold(groni)</Name>
  57. <Email>groni@pisilinux.org</Email>
  58. </Update>
  59. <Update release="2">
  60. <Date>2016-06-09</Date>
  61. <Version>0.6.21</Version>
  62. <Comment>Release Bump</Comment>
  63. <Name>Pisi Linux Community</Name>
  64. <Email>admin@pisilinux.org</Email>
  65. </Update>
  66. <Update release="1">
  67. <Date>2016-01-27</Date>
  68. <Version>0.6.21</Version>
  69. <Comment>First release</Comment>
  70. <Name>Stefan Gronewold</Name>
  71. <Email>groni@pisilinux.org</Email>
  72. </Update>
  73. </History>
  74. </PISI>