wok view linux-debug/receipt @ rev 22806

updated get-algobox (1.00 -> 1.01)
author Hans-G?nter Theisgen
date Tue Jan 28 15:57:03 2020 +0100 (2020-01-28)
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 }