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