Receipt for: linux-lts-debug

# SliTaz package receipt.

PACKAGE="linux-lts-debug"
VERSION="6.12.89"
CATEGORY="base-system"
SHORT_DESC="The Linux LTS kernel debug files (System.map, vmlinux, config)."
MAINTAINER="devel@slitaz.org"
LICENSE="GPL2"
DEPENDS="linux-lts"
WANTED="linux-lts"
HOST_ARCH="i486 x86_64"
WEB_SITE="https://www.kernel.org/"

genpkg_rules()
{
	mkdir -p $fs/boot
	cp $src/System.map-modules     $fs/boot/System.map-$VERSION-slitaz
	cp $src/vmlinux-modules        $fs/boot/vmlinux-$VERSION-slitaz
	cp $src/Module.symvers-modules $fs/boot/Module.symvers-$VERSION-slitaz
	cp $src/config-modules         $fs/boot/config-$VERSION-slitaz
	cp $install/boot/vmlinuz-$VERSION-slitaz $fs/boot/
}