pspec.xml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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>openrc</Name>
  6. <Homepage>Ali Riza KESKIN</Homepage>
  7. <Packager>
  8. <Name>Your Name</Name>
  9. <Email>parduscix@yandex.ru</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <Summary>init system</Summary>
  13. <Description>Openrc init system</Description>
  14. <Archive sha1sum="1deb34b32a22b33c626b58c419089aae303cd70f">https://github.com/OpenRC/openrc/archive/refs/tags/0.44.10.zip</Archive>
  15. <BuildDependencies>
  16. <Dependency>make</Dependency>
  17. <Dependency>gcc</Dependency>
  18. <Dependency>ncurses-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>openrc</Name>
  23. <RuntimeDependencies>
  24. <Dependency>ncurses</Dependency>
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="config">/etc</Path>
  28. <Path fileType="localedata">/usr/share/locale</Path>
  29. <Path fileType="info">/usr/share/info</Path>
  30. <Path fileType="data">/usr/share</Path>
  31. <Path fileType="executable">/usr/bin</Path>
  32. <Path fileType="library">/usr/lib</Path>
  33. <Path fileType="library">/lib</Path>
  34. <Path fileType="library">/usr/libexec</Path>
  35. <Path fileType="executable">/bin</Path>
  36. <Path fileType="executable">/sbin</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>openrc-docs</Name>
  41. <RuntimeDependencies>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="library">/usr/share/doc/</Path>
  45. </Files>
  46. </Package>
  47. <Package>
  48. <Name>openrc-devel</Name>
  49. <RuntimeDependencies>
  50. <Dependency>openrc</Dependency>
  51. </RuntimeDependencies>
  52. <Files>
  53. <Path fileType="data">/usr/lib/pkgconfig</Path>
  54. <Path fileType="header">/usr/include</Path>
  55. </Files>
  56. </Package>
  57. <Package>
  58. <Name>openrc-pages</Name>
  59. <RuntimeDependencies>
  60. </RuntimeDependencies>
  61. <Files>
  62. <Path fileType="library">/usr/share/man/</Path>
  63. </Files>
  64. </Package>
  65. <History>
  66. <Update release="1">
  67. <Date>2022-01-26</Date>
  68. <Version>0.44.10</Version>
  69. <Comment>First release</Comment>
  70. <Name>Your Name</Name>
  71. <Email>parduscix@yandex.ru</Email>
  72. </Update>
  73. </History>
  74. </Inary>