wok annotate linux-without-modules-debug/receipt @ rev 20170

Add linux-debug (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 16 13:05:30 2018 +0100 (2018-01-16)
parents 6ebbd98ea342
children 708b5293dd29
rev   line source
pascal@20169 1 # SliTaz package receipt.
pascal@20169 2
pascal@20169 3 PACKAGE="linux-without-modules-debug"
pascal@20169 4 VERSION="3.2.98"
pascal@20169 5 CATEGORY="base-system"
pascal@20169 6 SHORT_DESC="The Linux kernel debug files."
pascal@20169 7 MAINTAINER="devel@slitaz.org"
pascal@20169 8 LICENSE="GPL2"
pascal@20169 9 WANTED="linux"
pascal@20169 10 WEB_SITE="http://www.kernel.org/"
pascal@20169 11 PROVIDE="linux-debug:linux-without-modules"
pascal@20169 12
pascal@20169 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@20169 14 genpkg_rules()
pascal@20169 15 {
pascal@20169 16 mkdir -p $fs/boot
pascal@20170 17 cp $src/System.map-without-modules $fs/boot/System.map-$VERSION-slitaz
pascal@20170 18 cp $src/vmlinux-without-modules $fs/boot/vmlinux-$VERSION-slitaz
pascal@20170 19 cp $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz
pascal@20170 20 cp $src/config-without-modules $fs/boot/config-$VERSION-slitaz
pascal@20169 21 }