# SliTaz package receipt. PACKED_SIZE="1.4M" UNPACKED_SIZE="1.8M" PACKAGE="kernel-usbstorage" VERSION="2.6.37" CATEGORY="base-system" SHORT_DESC="Kernel i386 with ppp, ne2k-isa, 3c509, pcmcia, usbstorage, ide and ext3" 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 }