wok view linux-debug/receipt @ rev 21747

tazboot: spare 2k
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 14 17:17:16 2019 +0200 (2019-06-14)
parents 708b5293dd29
children
line source
1 # SliTaz package receipt.
3 PACKAGE="linux-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/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/boot
16 cp $src/System.map-modules $fs/boot/System.map-$VERSION-slitaz
17 cp $src/vmlinux-modules $fs/boot/vmlinux-$VERSION-slitaz
18 cp $install/boot/vmlinuz-$VERSION-slitaz $fs/boot/
19 cp $src/Module.symvers-modules $fs/boot/Module.symvers-$VERSION-slitaz
20 cp $src/config-modules $fs/boot/config-$VERSION-slitaz
21 }