# SliTaz package receipt. PACKED_SIZE="1.1M" UNPACKED_SIZE="1.5M" PACKAGE="kernel-lguest" VERSION="2.6.37" CATEGORY="base-system" SHORT_DESC="Kernel i686 with ext3 and virtual drivers for ethernet and disk" MAINTAINER="devel@slitaz.org" WEB_SITE="http://www.kernel.org/" WANTED="kernel-modular" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir $fs/boot cp -a $WOK/kernel-modular/linux-$VERSION/$PACKAGE $fs/boot/bzImage cp -a $WOK/kernel-modular/linux-$VERSION/System.map-${PACKAGE#kernel-} $fs/boot/System.map cp -a $WOK/kernel-modular/linux-$VERSION/config-${PACKAGE#kernel-} $fs/boot/config cp -a $WOK/kernel-modular/linux-$VERSION/config-busybox $fs/boot }