wok-current view linux64-without-modules/receipt @ rev 25695

Up linux 5.10.214, Patch xorg-server (CVE-2024-31080, CVE-2024-31081, CVE-2024-31082, CVE-2024-31083)
author Stanislas Leduc <shann@slitaz.org>
date Thu Apr 04 08:53:51 2024 +0000 (6 weeks ago)
parents 8e3f5f4438f1
children bf7fc7b1447c
line source
1 # SliTaz package receipt.
3 PACKAGE="linux64-without-modules"
4 VERSION="5.10.214"
5 CATEGORY="base-system"
6 SHORT_DESC="The Linux kernel without module support."
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="linux"
10 WEB_SITE="https://www.kernel.org/"
11 PROVIDE="linux-without-modules linux64 linux"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 install=$install/linux64
17 mkdir -p $fs/boot
18 cp -a $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz64-without-modules
19 }