wok-6.x annotate linux64-without-modules/receipt @ rev 21902
updated shaarli again (0.10.3 -> 0.11.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Oct 04 13:14:23 2019 +0100 (2019-10-04) |
parents | 708b5293dd29 |
children |
rev | line source |
---|---|
pascal@12304 | 1 # SliTaz package receipt. |
pascal@12304 | 2 |
pascal@12304 | 3 PACKAGE="linux64-without-modules" |
pascal@20261 | 4 VERSION="3.16.55" |
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@20421 | 10 WEB_SITE="https://www.kernel.org/" |
pascal@18387 | 11 PROVIDE="linux-without-modules linux64 linux" |
pascal@12304 | 12 |
pascal@12304 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@12304 | 14 genpkg_rules() |
pascal@12304 | 15 { |
pascal@16657 | 16 install=$install/linux64 |
pascal@12304 | 17 mkdir -p $fs/boot |
pascal@17032 | 18 cp -a $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz64-without-modules |
pascal@12304 | 19 } |
pascal@12304 | 20 |