1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- <?xml version="1.0" ?>
- <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
- <Inary>
- <Source>
- <Name>linux</Name>
- <Homepage>http://www.kernel.org</Homepage>
- <Packager>
- <Name>Ali Riza KESKIN</Name>
- <Email>parduscix@yandex.ru</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>kernel</IsA>
- <partof>kernel.linux</partof>
- <Summary>The Linux kernel (the core of the Linux operating system) for Sulin</Summary>
- <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>
- <Archive sha1sum="d4d58cbb4c093114d2ccc7d0b27ea725c60c36c3">https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.16.2.tar.xz</Archive>
- <AdditionalFiles>
- <AdditionalFile target="generate-module-list">generate-module-list</AdditionalFile>
- <AdditionalFile target=".config">config</AdditionalFile>
- </AdditionalFiles>
- <BuildDependencies>
- <Dependency>bc</Dependency>
- <Dependency>docbook-xsl</Dependency>
- <Dependency>xmlto</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>linux</Name>
- <RuntimeDependencies>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/boot</Path>
- <Path fileType="library">/lib/modules</Path>
- <Path fileType="data">/etc/kernel</Path>
- </Files>
- </Package>
- <Package>
- <Name>linux-module-headers</Name>
- <RuntimeDependencies>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/src/</Path>
- </Files>
- </Package>
- <Package>
- <Name>linux-headers</Name>
- <RuntimeDependencies>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2022-01-01</Date>
- <Version>5.16.2</Version>
- <Comment>First release</Comment>
- <Name>Ali Riza KESKIN</Name>
- <Email>parduscix@yandex.ru</Email>
- </Update>
- </History>
- </Inary>
|