wok-tiny view kernel-isa/receipt @ rev 47

manager: fix boot.log ouput
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 30 15:39:10 2011 +0200 (2011-04-30)
parents ff1a7dcc34bf
children a6d2ddc65590
line source
1 # SliTaz package receipt.
3 PACKAGE="kernel-isa"
4 VERSION="2.6.37"
5 CATEGORY="base-system"
6 SHORT_DESC="Kernel i386 with ppp, ne2k-isa, 3c509, ide and ext3"
7 MAINTAINER="devel@slitaz.org"
8 WEB_SITE="http://www.kernel.org/"
9 WANTED="kernel-modular"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir $fs/boot
15 cp -a $WOK/kernel-modular/linux-$VERSION/$PACKAGE $fs/boot/bzImage
16 cp -a $WOK/kernel-modular/linux-$VERSION/System.map-${PACKAGE#kernel-} $fs/boot/System.map
17 cp -a $WOK/kernel-modular/linux-$VERSION/config-${PACKAGE#kernel-} $fs/boot/config
18 cp -a $WOK/kernel-modular/linux-$VERSION/config-busybox $fs/boot
19 }