wok view linux-debug/receipt @ rev 20235

busybox: add arch (uname -m alias)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 05 15:52:59 2018 +0100 (2018-03-05)
parents 6ebbd98ea342
children 708b5293dd29
line source
1 # SliTaz package receipt.
3 PACKAGE="linux-debug"
4 VERSION="3.2.98"
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 }