wok-current view linux-without-modules/receipt @ rev 25697
Up apache (CVE-2023-38709, CVE-2024-24795, CVE-2024-27316), up libarchive, qemu, add amdgpu/touchpad support and clean modules.list, up website for repology
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Apr 16 17:00:21 2024 +0000 (7 months ago) |
parents | db14014acdba |
children | b24b6ee1d4d2 |
line source
1 # SliTaz package receipt.
3 PACKAGE="linux-without-modules"
4 VERSION="5.10.215"
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"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/boot
17 cp -a $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules
18 }