wok-tiny view kernel-lguest/receipt @ rev 35

kernel: no more /proc/config.gz
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 04 18:08:55 2011 +0100 (2011-02-04)
parents 5d8744871068
children 250f6c3896df
line source
1 # SliTaz package receipt.
3 PACKAGE="kernel-lguest"
4 VERSION="2.6.37"
5 CATEGORY="base-system"
6 SHORT_DESC="Kernel i686 with ext3 and virtual drivers for ethernet and disk"
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 $_pkg/../config-busybox $fs/boot/config
19 }