wok view linux64-debug/receipt @ rev 20169

Add linux-dev
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 16 11:15:42 2018 +0100 (2018-01-16)
parents
children e564e12169b9
line source
1 # SliTaz package receipt.
3 PACKAGE="linux64-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/"
11 PROVIDE="linux-debug:linux64"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/boot
17 cp $src/System.map-modules64 $fs/boot/System.map-$VERSION
18 cp $src/vmlinux-modules64 $fs/boot/vmlinux-$VERSION
19 cp $install/linux64/boot/vmlinuz-$VERSION $fs/boot/
20 cp $src/Module.symvers-modules64 $fs/boot/Module.symvers-$VERSION
21 cp $stuff/linux-slitaz.config64 $fs/boot/config-$VERSION
22 }