wok annotate linux-without-modules/receipt @ rev 20317

the current version (4.4) of the banking app is 7 years old :-( new version: 5.1.8
author Erkan Yilmaz <erkan@slitaz.org>
date Sun May 20 11:05:25 2018 +0000 (2018-05-20)
parents ffc20f9bd49f
children 86790a278e70
rev   line source
pascal@7655 1 # SliTaz package receipt.
pascal@7655 2
pascal@7655 3 PACKAGE="linux-without-modules"
pascal@20261 4 VERSION="3.16.55"
pascal@7655 5 CATEGORY="base-system"
pascal@7655 6 SHORT_DESC="The Linux kernel without module support."
pascal@7655 7 MAINTAINER="devel@slitaz.org"
pascal@14657 8 LICENSE="GPL2"
pascal@7655 9 WANTED="linux"
pascal@7655 10 WEB_SITE="http://www.kernel.org/"
pascal@18387 11 PROVIDE="linux"
pascal@7655 12
pascal@7655 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@7655 14 genpkg_rules()
pascal@7655 15 {
pascal@7655 16 mkdir -p $fs/boot
pascal@15603 17 cp -a $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules
pascal@7655 18 }
pascal@7655 19