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

linux64: new module path (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 17 14:30:25 2014 +0200 (2014-08-17)
parents 962f1c89c58a
children 08cf996a2307
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@17032 17 cp -a $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz64-without-modules
pascal@12304 18 }
pascal@12304 19