wok diff linux64-without-modules/receipt @ rev 14158

Up: nss (3.14.1)
author Dominique Corbex <domcox@slitaz.org>
date Tue Mar 05 22:43:12 2013 +0100 (2013-03-05)
parents
children 416fab3c90c0
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/linux64-without-modules/receipt	Tue Mar 05 22:43:12 2013 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="linux64-without-modules"
     1.7 +VERSION="3.2.14"
     1.8 +BASEVER="${VERSION:0:3}"
     1.9 +CATEGORY="base-system"
    1.10 +SHORT_DESC="The Linux kernel without module support."
    1.11 +MAINTAINER="devel@slitaz.org"
    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 +	_pkg=$_pkg/linux64
    1.19 +	mkdir -p $fs/boot   
    1.20 +	cp -a $_pkg/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules
    1.21 +}
    1.22 +