wok diff linux-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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/linux-debug/receipt	Tue Jan 16 11:15:42 2018 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="linux-debug"
     1.7 +VERSION="3.2.98"
     1.8 +CATEGORY="base-system"
     1.9 +SHORT_DESC="The Linux kernel debug files."
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +WANTED="linux"
    1.13 +WEB_SITE="http://www.kernel.org/"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/boot   
    1.19 +	cp $src/System.map-modules $fs/boot/System.map-$VERSION
    1.20 +	cp $src/vmlinux-modules $fs/boot/vmlinux-$VERSION
    1.21 +	cp $install/boot/vmlinuz-$VERSION $fs/boot/
    1.22 +	cp $src/Module.symvers-modules $fs/boot/Module.symvers-$VERSION
    1.23 +	cp $stuff/linux-slitaz.config $fs/boot/config-$VERSION
    1.24 +}