wok-next annotate linux64-without-modules/receipt @ rev 19583

Up: cookutils, tazpkg, aufs, kmod, lguest, linux, linux64.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 02 07:42:47 2017 +0200 (2017-01-02)
parents bf1acce7f66c
children
rev   line source
pascal@12304 1 # SliTaz package receipt.
pascal@12304 2
pascal@12304 3 PACKAGE="linux64-without-modules"
al@19583 4 VERSION="4.9.0"
pascal@12304 5 CATEGORY="base-system"
al@19583 6 SHORT_DESC="The Linux Kernel without module support"
pascal@12304 7 MAINTAINER="devel@slitaz.org"
pascal@14657 8 LICENSE="GPL2"
al@19583 9 WEB_SITE="https://www.kernel.org/"
al@19583 10 PROVIDE="linux-without-modules linux64 linux"
al@19583 11
pascal@12304 12 WANTED="linux"
pascal@12304 13
pascal@12304 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@12304 15 genpkg_rules()
pascal@12304 16 {
pascal@16657 17 install=$install/linux64
al@19583 18 mkdir -p $fs/boot
pascal@17032 19 cp -a $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz64-without-modules
pascal@12304 20 }