wok view linux64-without-modules/receipt @ rev 23595

updated qoauth (1.0 -> 2.0.0)
author Hans-G?nter Theisgen
date Wed Apr 08 14:40:29 2020 +0100 (2020-04-08)
parents 708b5293dd29
children
line source
1 # SliTaz package receipt.
3 PACKAGE="linux64-without-modules"
4 VERSION="3.16.55"
5 CATEGORY="base-system"
6 SHORT_DESC="The Linux kernel without module support."
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="linux"
10 WEB_SITE="https://www.kernel.org/"
11 PROVIDE="linux-without-modules linux64 linux"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 install=$install/linux64
17 mkdir -p $fs/boot
18 cp -a $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz64-without-modules
19 }