wok-current annotate linux-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 (10 months ago) |
parents | 8e3f5f4438f1 |
children | bf7fc7b1447c |
rev | line source |
---|---|
pascal@7655 | 1 # SliTaz package receipt. |
pascal@7655 | 2 |
pascal@7655 | 3 PACKAGE="linux-without-modules" |
shann@25695 | 4 VERSION="5.10.214" |
pascal@7655 | 5 CATEGORY="base-system" |
pascal@7655 | 6 SHORT_DESC="The Linux kernel without module support." |
pascal@7655 | 7 MAINTAINER="devel@slitaz.org" |
pascal@14657 | 8 LICENSE="GPL2" |
pascal@7655 | 9 WANTED="linux" |
pascal@20421 | 10 WEB_SITE="https://www.kernel.org/" |
pascal@18387 | 11 PROVIDE="linux" |
pascal@7655 | 12 |
pascal@7655 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@7655 | 14 genpkg_rules() |
pascal@7655 | 15 { |
pascal@7655 | 16 mkdir -p $fs/boot |
pascal@15603 | 17 cp -a $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules |
pascal@7655 | 18 } |
pascal@7655 | 19 |