# SliTaz package receipt.

PACKAGE="linux-without-modules"
VERSION="2.6.37"
CATEGORY="base-system"
SHORT_DESC="The Linux kernel without module support."
MAINTAINER="devel@slitaz.org"
WANTED="linux"
WEB_SITE="http://www.kernel.org/"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/boot   
	cp -a $_pkg/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules
}