pspec.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>cpio</Name>
  6. <Homepage>http://www.gnu.org/software/cpio/cpio.html</Homepage>
  7. <Packager>
  8. <Name>Süleyman POYRAZ</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>app:console</IsA>
  13. <PartOf>system.base</PartOf>
  14. <Summary>A file archival tool which can also read and write tar files</Summary>
  15. <Description>GNU cpio copies files into or out of a cpio or tar archive. The archive can be another file on the disk, a magnetic tape, or a pipe. GNU cpio supports the following archive formats: binary, old ASCII, new ASCII, crc, HPUX binary, HPUX old ASCII, old tar, and POSIX.1 tar.</Description>
  16. <!-- @@@gnu attr -->
  17. <Archive sha1sum="4dcefc0e1bc36b11506a354768d82b15e3fe6bb8" type="tarbz2">mirrors://gnu/cpio/cpio-2.13.tar.bz2</Archive>
  18. </Source>
  19. <Package>
  20. <Name>cpio</Name>
  21. <Files>
  22. <Path fileType="executable">/bin</Path>
  23. <Path fileType="info">/usr/share/info</Path>
  24. <Path fileType="localedata">/usr/share/locale</Path>
  25. </Files>
  26. </Package>
  27. <Package>
  28. <Name>cpio-docs</Name>
  29. <IsA>data:doc</IsA>
  30. <PartOf>system.doc</PartOf>
  31. <Summary>Documentation for cpio package.</Summary>
  32. <RuntimeDependencies>
  33. <Dependency release="current">cpio</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>cpio-pages</Name>
  41. <IsA>data:doc</IsA>
  42. <PartOf>system.doc</PartOf>
  43. <Summary>Man pages for cpio package.</Summary>
  44. <RuntimeDependencies>
  45. <Dependency release="current">cpio</Dependency>
  46. </RuntimeDependencies>
  47. <Files>
  48. <Path fileType="man">/usr/share/man/</Path>
  49. </Files>
  50. </Package>
  51. <History>
  52. <Update release="1">
  53. <Date>2020-04-24</Date>
  54. <Version>2.13</Version>
  55. <Comment>First release for SulinOS 2021</Comment>
  56. <Name>Suleyman Poyraz</Name>
  57. <Email>zaryob.dev@gmail.com</Email>
  58. </Update>
  59. </History>
  60. </INARY>