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

Add kernel
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 01 09:37:33 2011 +0100 (2011-02-01)
parents
children ff1a7dcc34bf
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 }