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

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jul 05 13:51:26 2013 +0200 (2013-07-05)
parents 250f6c3896df
children
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 LICENSE="GPL2"
9 WEB_SITE="http://www.kernel.org/"
10 WANTED="kernel-modular"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir $fs/boot
16 cp -a $WOK/kernel-modular/linux-$VERSION/$PACKAGE $fs/boot/bzImage
17 cp -a $WOK/kernel-modular/linux-$VERSION/System.map-${PACKAGE#kernel-} $fs/boot/System.map
18 cp -a $WOK/kernel-modular/linux-$VERSION/config-${PACKAGE#kernel-} $fs/boot/config
19 cp -a $WOK/kernel-modular/linux-$VERSION/config-busybox $fs/boot
20 }