wok view linux-without-modules-debug/receipt @ rev 24211

created recipe for perl-file-rsync
author Hans-G?nter Theisgen
date Fri Dec 31 16:00:22 2021 +0100 (2021-12-31)
parents 708b5293dd29
children
line source
1 # SliTaz package receipt.
3 PACKAGE="linux-without-modules-debug"
4 VERSION="3.16.55"
5 CATEGORY="base-system"
6 SHORT_DESC="The Linux kernel debug files."
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="linux"
10 WEB_SITE="https://www.kernel.org/"
11 PROVIDE="linux-debug:linux-without-modules"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/boot
17 cp $src/System.map-without-modules $fs/boot/System.map-$VERSION-slitaz
18 cp $src/vmlinux-without-modules $fs/boot/vmlinux-$VERSION-slitaz
19 cp $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz
20 cp $src/config-without-modules $fs/boot/config-$VERSION-slitaz
21 }