123 lines
6.3 KiB
XML
123 lines
6.3 KiB
XML
|
||
i<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||
<PISI>
|
||
<Source>
|
||
<Name>kernel</Name>
|
||
<Homepage>http://www.kernel.org</Homepage>
|
||
<Packager>
|
||
<Name>Ertuğrul Erata</Name>
|
||
<Email>ertugrulerata@gmail.com</Email>
|
||
</Packager>
|
||
<License>GPLv2</License>
|
||
<IsA>kernel</IsA>
|
||
<Summary>The Linux kernel (the core of the Linux operating system) for Pisi Linux</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="553164212ea3a162a2ff63276c60fe7dd04e9ad1" type="targz">https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.0.tar.gz</Archive>
|
||
<AdditionalFiles>
|
||
<AdditionalFile target="configs/kernel-i686-config">configs/kernel-i686-config</AdditionalFile>
|
||
<AdditionalFile target="configs/kernel-x86_64-config">configs/kernel-x86_64-config</AdditionalFile>
|
||
<AdditionalFile permission="0755" target="generate-module-list">scripts/generate-module-list</AdditionalFile>
|
||
</AdditionalFiles>
|
||
<BuildDependencies>
|
||
<Dependency>bc</Dependency>
|
||
<Dependency>pisi</Dependency>
|
||
<Dependency>cpio</Dependency>
|
||
<Dependency>docbook-xsl</Dependency>
|
||
<Dependency>diffutils</Dependency>
|
||
<Dependency>xmlto</Dependency>
|
||
</BuildDependencies>
|
||
<Patches>
|
||
<!-- Linux patches -->
|
||
<Patch level="1" compressionType="xz">patches/linux/patch-4.0.4.xz</Patch>
|
||
<!--mageia 3rd patch-->
|
||
<!--<Patch level="1">patches/mageia/3rd-3rdparty-1.0-tree.patch</Patch>-->
|
||
<!--<Patch level="1">patches/mageia/3rd-3rdparty-merge.patch</Patch>--><!--bunu halletmek lazım-->
|
||
<!--<Patch level="1">patches/mageia/3rd-acerhk-0.5.35.patch</Patch>
|
||
<Patch level="1">patches/mageia/3rd-acerhk-kbuild.patch</Patch>
|
||
<Patch level="1">patches/mageia/3rd-acerhk-extra-cflags.patch</Patch>
|
||
<Patch level="1">patches/mageia/3rd-acerhk-proc_dir_entry-owner.patch</Patch>
|
||
<Patch level="1">patches/mageia/3rd-acerhk-fix-build-with-function-tracer.patch</Patch>
|
||
<Patch level="1">patches/mageia/3rd-acerhk-2.6.36-buildfix.patch</Patch>
|
||
<Patch level="1">patches/mageia/3rd-acerhk-fix-include.patch</Patch>
|
||
<Patch level="1">patches/mageia/3rd-ndiswrapper-1.59.patch</Patch>
|
||
<Patch level="1">patches/mageia/3rd-ndiswrapper-Kconfig.patch</Patch>
|
||
<Patch level="1">patches/mageia/3rd-ndiswrapper-Makefile-build-fix.patch</Patch>
|
||
<Patch level="1">patches/mageia/3rd-ndiswrapper-linux-3.14-buildfix.patch</Patch>
|
||
<Patch level="1">patches/mageia/3rd-rfswitch-1.3.patch</Patch>
|
||
<Patch level="1">patches/mageia/3rd-rfswitch-build-fix.patch</Patch>
|
||
<Patch level="1">patches/mageia/3rd-rfswitch-3.0-buildfix.patch</Patch>
|
||
<Patch level="1">patches/mageia/3rd-viahss-0.92.patch</Patch>
|
||
<Patch level="1">patches/mageia/3rd-viahss-config.patch</Patch>
|
||
<Patch level="1">patches/mageia/3rd-viahss-module-license.patch</Patch>
|
||
<Patch level="1">patches/mageia/3rd-viahss-2.6.35-buildfix.patch</Patch>
|
||
<Patch level="1">patches/mageia/3rd-viahss-3.0-buildfix.patch</Patch>
|
||
<Patch level="1">patches/mageia/3rd-rtl8723bs.patch</Patch>
|
||
<Patch level="1">patches/mageia/3rd-rtl8723bs-buildfix.patch</Patch>
|
||
<Patch level="1">patches/mageia/3rd-rtl8723bs-updates.patch</Patch>
|
||
<Patch level="1">patches/mageia/3rd-rtl8723bs-revert-4.0-changes.patch</Patch>-->
|
||
</Patches>
|
||
</Source>
|
||
|
||
<Package>
|
||
<Name>kernel</Name>
|
||
<RuntimeDependencies>
|
||
<Dependency>pisi</Dependency>
|
||
<Dependency>mkinitramfs</Dependency>
|
||
<Dependency>linux-firmware</Dependency>
|
||
<Dependency>grub2</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="executable" permanent="true">/boot</Path>
|
||
<Path fileType="library" permanent="true">/lib/modules</Path>
|
||
<Path fileType="data">/etc/kernel</Path>
|
||
</Files>
|
||
<Provides>
|
||
<COMAR script="package.py">System.Package</COMAR>
|
||
</Provides>
|
||
<BuildFlags>
|
||
<Flag>noDelta</Flag>
|
||
</BuildFlags>
|
||
</Package>
|
||
|
||
<Package>
|
||
<Name>kernel-module-headers</Name>
|
||
<Summary>Kernel header files for external module building</Summary>
|
||
<Description>kernel-module-headers includes the C header files and the necessary Kbuild files for being able to build external kernel modules.</Description>
|
||
<Files>
|
||
<Path fileType="header">/usr/src/linux-headers*</Path>
|
||
<Path fileType="header">/tmp-headers*</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<Package>
|
||
<Name>kernel-headers</Name>
|
||
<PartOf>system.devel</PartOf>
|
||
<Summary>Header files for the Linux kernel for use by glibc</Summary>
|
||
<Description>kernel-headers includes the C header files that specify the interface between the Linux kernel and userspace libraries and programs. The header files define structures and constants that are needed for building most standard programs and are also needed for rebuilding the glibc package.</Description>
|
||
<Files>
|
||
<Path fileType="header">/usr/include</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<Package>
|
||
<Name>kernel-docs</Name>
|
||
<Summary>Documentation and scripts for the Linux kernel</Summary>
|
||
<Description>kernel-docs includes several documentation files and scripts for managing several debugging and other tasks.</Description>
|
||
<Files>
|
||
<Path fileType="header">/usr/src/linux-headers*/Documentation</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<History>
|
||
<Update release="1">
|
||
<Date>2015-05-14</Date>
|
||
<Version>4.0.4</Version>
|
||
<Comment>First release</Comment>
|
||
<Type package="kernel">security</Type>
|
||
<Name>Ertuğrul Erata</Name>
|
||
<Email>ertugrulerata@gmail.com</Email>
|
||
</Update>
|
||
</History>
|
||
</PISI>
|