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

Use install instead of _pkg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 06 10:39:07 2013 +0000 (2013-12-06)
parents ad59999b3fce
children 8873e661671a
line source
1 # SliTaz package receipt.
3 PACKAGE="linux64-without-modules"
4 VERSION="3.2.40"
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 $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules
19 }