wok-current annotate linux64-without-modules-debug/receipt @ rev 25667
Up kernel to 5.10.210 and aufs5
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Sat Mar 02 17:27:56 2024 +0000 (11 months ago) |
parents | a5920dcf0199 |
children | db14014acdba |
rev | line source |
---|---|
pascal@20169 | 1 # SliTaz package receipt. |
pascal@20169 | 2 |
pascal@20169 | 3 PACKAGE="linux64-without-modules-debug" |
shann@25667 | 4 VERSION="5.10.210" |
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:linux64-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-modules64 $fs/boot/System.map-$VERSION-slitaz64 |
pascal@20170 | 18 cp $src/vmlinux-without-modules64 $fs/boot/vmlinux-$VERSION-slitaz64 |
pascal@20170 | 19 cp $install/linux64/bzImage $fs/boot/vmlinuz-$VERSION-slitaz64 |
pascal@20170 | 20 cp $src/config-without-modules64 $fs/boot/config-$VERSION-slitaz64 |
pascal@20169 | 21 } |