wok annotate linux64-without-modules/receipt @ rev 18296

Up linux (3.2.71)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 17 11:03:13 2015 +0200 (2015-08-17)
parents 51a123a3f6f5
children bf1acce7f66c
rev   line source
pascal@12304 1 # SliTaz package receipt.
pascal@12304 2
pascal@12304 3 PACKAGE="linux64-without-modules"
pascal@18296 4 VERSION="3.2.71"
pascal@12304 5 CATEGORY="base-system"
pascal@12304 6 SHORT_DESC="The Linux kernel without module support."
pascal@12304 7 MAINTAINER="devel@slitaz.org"
pascal@14657 8 LICENSE="GPL2"
pascal@12304 9 WANTED="linux"
pascal@12304 10 WEB_SITE="http://www.kernel.org/"
pascal@12304 11
pascal@12304 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@12304 13 genpkg_rules()
pascal@12304 14 {
pascal@16657 15 install=$install/linux64
pascal@12304 16 mkdir -p $fs/boot
pascal@17032 17 cp -a $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz64-without-modules
pascal@12304 18 }
pascal@12304 19