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

Up linux (3.2.53)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 18 08:40:48 2013 +0000 (2013-12-18)
parents 8873e661671a
children 5ca86f3045d4
line source
1 # SliTaz package receipt.
3 PACKAGE="linux64-without-modules"
4 VERSION="3.2.53"
5 BASEVER="${VERSION:0:3}"
6 CATEGORY="base-system"
7 SHORT_DESC="The Linux kernel without module support."
8 MAINTAINER="devel@slitaz.org"
9 LICENSE="GPL2"
10 WANTED="linux"
11 WEB_SITE="http://www.kernel.org/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 _pkg=$install/linux64
17 mkdir -p $fs/boot
18 cp -a $_pkg/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules
19 }