wok view linux-debug/receipt @ rev 20321

Fix busybox, etherboot & mgetty
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 20 21:26:43 2018 +0200 (2018-05-20)
parents e564e12169b9
children 86790a278e70
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="http://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 }