wok-6.x view linux-without-modules/receipt @ rev 22202

updated xorg-libX11 and xorg-libX11-dev (1.5.99.902 -> 1.6.9)
author Hans-G?nter Theisgen
date Mon Nov 11 11:31:48 2019 +0100 (2019-11-11)
parents 708b5293dd29
children
line source
1 # SliTaz package receipt.
3 PACKAGE="linux-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"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/boot
17 cp -a $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules
18 }