wok-next view linux-without-modules/receipt @ rev 18333

Add mfoc
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 09 15:41:29 2015 +0200 (2015-09-09)
parents db5b03f42dd9
children bf1acce7f66c
line source
1 # SliTaz package receipt.
3 PACKAGE="linux-without-modules"
4 VERSION="3.2.71"
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="http://www.kernel.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/boot
16 cp -a $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules
17 }