pspec.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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>linux</Name>
  6. <Homepage>http://www.kernel.org</Homepage>
  7. <Packager>
  8. <Name>Ali Riza KESKIN</Name>
  9. <Email>parduscix@yandex.ru</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>kernel</IsA>
  13. <partof>kernel.linux</partof>
  14. <Summary>The Linux kernel (the core of the Linux operating system) for Sulin</Summary>
  15. <Description>kernel contains the Linux kernel, the core of any Linux operating system. The kernel handles the basic functions of the operating system: memory allocation, process allocation, device input and output, etc.</Description>
  16. <Archive sha1sum="d4d58cbb4c093114d2ccc7d0b27ea725c60c36c3">https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.16.2.tar.xz</Archive>
  17. <AdditionalFiles>
  18. <AdditionalFile target="generate-module-list">generate-module-list</AdditionalFile>
  19. <AdditionalFile target=".config">config</AdditionalFile>
  20. </AdditionalFiles>
  21. <BuildDependencies>
  22. <Dependency>bc</Dependency>
  23. <Dependency>docbook-xsl</Dependency>
  24. <Dependency>xmlto</Dependency>
  25. </BuildDependencies>
  26. </Source>
  27. <Package>
  28. <Name>linux</Name>
  29. <RuntimeDependencies>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="executable">/boot</Path>
  33. <Path fileType="library">/lib/modules</Path>
  34. <Path fileType="data">/etc/kernel</Path>
  35. </Files>
  36. </Package>
  37. <Package>
  38. <Name>linux-module-headers</Name>
  39. <RuntimeDependencies>
  40. </RuntimeDependencies>
  41. <Files>
  42. <Path fileType="header">/usr/src/</Path>
  43. </Files>
  44. </Package>
  45. <Package>
  46. <Name>linux-headers</Name>
  47. <RuntimeDependencies>
  48. </RuntimeDependencies>
  49. <Files>
  50. <Path fileType="header">/usr/include</Path>
  51. </Files>
  52. </Package>
  53. <History>
  54. <Update release="1">
  55. <Date>2022-01-01</Date>
  56. <Version>5.16.2</Version>
  57. <Comment>First release</Comment>
  58. <Name>Ali Riza KESKIN</Name>
  59. <Email>parduscix@yandex.ru</Email>
  60. </Update>
  61. </History>
  62. </Inary>