pspec.xml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>fsarchiver</Name>
  6. <Homepage>https://www.fsarchiver.org/</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. <PartOf>hardware.disk</PartOf>
  14. <Summary>Safe and flexible file-system backup/deployment tool.</Summary>
  15. <Description>FSArchiver is a system tool that allows you to save the contents of a file-system to a compressed archive file.</Description>
  16. <Archive sha1sum="b33bea61a1527369d220bf6ffb1dda231f4f5611" type="targz">
  17. https://github.com/fdupoux/fsarchiver/releases/download/0.8.7/fsarchiver-0.8.7.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>bzip2</Dependency>
  21. <Dependency>xz-devel</Dependency>
  22. <Dependency>lzo-devel</Dependency>
  23. <Dependency>lz4-devel</Dependency>
  24. <Dependency>attr-devel</Dependency>
  25. <Dependency>zlib-devel</Dependency>
  26. <Dependency>zstd-devel</Dependency>
  27. <Dependency>e2fsprogs-devel</Dependency>
  28. <Dependency>libgcrypt-devel</Dependency>
  29. <Dependency>libutil-linux-devel</Dependency>
  30. </BuildDependencies>
  31. </Source>
  32. <Package>
  33. <Name>fsarchiver</Name>
  34. <RuntimeDependencies>
  35. <Dependency>xz</Dependency>
  36. <Dependency>lzo</Dependency>
  37. <Dependency>lz4</Dependency>
  38. <Dependency>zlib</Dependency>
  39. <Dependency>zstd</Dependency>
  40. <Dependency>bzip2</Dependency>
  41. <Dependency>e2fsprogs</Dependency>
  42. <Dependency>libgcrypt</Dependency>
  43. <Dependency>libutil-linux</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="executable">/usr/sbin</Path>
  47. <Path fileType="man">/usr/share/man</Path>
  48. <Path fileType="doc">/usr/share/doc</Path>
  49. </Files>
  50. </Package>
  51. <History>
  52. <Update release="8">
  53. <Date>2024-11-29</Date>
  54. <Version>0.8.7</Version>
  55. <Comment>Version bump.</Comment>
  56. <Name>Ümit Solmaz</Name>
  57. <Email>admins@pisilinux.org</Email>
  58. </Update>
  59. <Update release="7">
  60. <Date>2022-07-30</Date>
  61. <Version>0.8.6</Version>
  62. <Comment>Version bump.</Comment>
  63. <Name>fury</Name>
  64. <Email>uglyside@yandex.ru</Email>
  65. </Update>
  66. <Update release="6">
  67. <Date>2020-02-01</Date>
  68. <Version>0.8.5</Version>
  69. <Comment>Rebuild New T.</Comment>
  70. <Name>Mustafa Cinasal</Name>
  71. <Email>muscnsl@gmail.com</Email>
  72. </Update>
  73. <Update release="5">
  74. <Date>2018-09-01</Date>
  75. <Version>0.8.5</Version>
  76. <Comment>Rebuild New T.</Comment>
  77. <Name>Mustafa Cinasal</Name>
  78. <Email>muscnsl@gmail.com</Email>
  79. </Update>
  80. <Update release="4">
  81. <Date>2018-01-01</Date>
  82. <Version>0.8.2</Version>
  83. <Comment>Version bump.</Comment>
  84. <Name>Mustafa Cinasal</Name>
  85. <Email>muscnsl@gmail.com</Email>
  86. </Update>
  87. <Update release="3">
  88. <Date>2017-01-28</Date>
  89. <Version>0.8.1</Version>
  90. <Comment>Version bump.</Comment>
  91. <Name>Stefan Gronewold(groni)</Name>
  92. <Email>groni@pisilinux.org</Email>
  93. </Update>
  94. <Update release="2">
  95. <Date>2016-06-09</Date>
  96. <Version>0.6.21</Version>
  97. <Comment>Release Bump</Comment>
  98. <Name>Pisi Linux Community</Name>
  99. <Email>admin@pisilinux.org</Email>
  100. </Update>
  101. <Update release="1">
  102. <Date>2016-01-27</Date>
  103. <Version>0.6.21</Version>
  104. <Comment>First release</Comment>
  105. <Name>Stefan Gronewold</Name>
  106. <Email>groni@pisilinux.org</Email>
  107. </Update>
  108. </History>
  109. </PISI>