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

linux64*: update from list_modules.sh, _pkg => install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 14 05:35:49 2014 +0000 (2014-05-14)
parents 5ca86f3045d4
children 51a123a3f6f5
rev   line source
pascal@12304 1 # SliTaz package receipt.
pascal@12304 2
pascal@12304 3 PACKAGE="linux64-without-modules"
pascal@15670 4 VERSION="3.2.53"
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@16657 17 cp -a $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules
pascal@12304 18 }
pascal@12304 19