wok diff linux-without-modules/receipt @ rev 7655

Add linux-without-modules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 15 20:56:53 2010 +0100 (2010-12-15)
parents
children 03d4663c81fa
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/linux-without-modules/receipt	Wed Dec 15 20:56:53 2010 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="linux-without-modules"
     1.7 +VERSION="2.6.36"
     1.8 +CATEGORY="base-system"
     1.9 +SHORT_DESC="The Linux kernel without module support."
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11 +WANTED="linux"
    1.12 +WEB_SITE="http://www.kernel.org/"
    1.13 +
    1.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.15 +genpkg_rules()
    1.16 +{
    1.17 +	mkdir -p $fs/boot   
    1.18 +	cp -a $_pkg/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules
    1.19 +}
    1.20 +