# SliTaz package receipt.

PACKAGE="linux-libre-without-modules"
VERSION="2.6.37-libre"
CATEGORY="base-system"
SHORT_DESC="The Linux Libre kernel without module support."
MAINTAINER="gokhlayeh@slitaz.org"
PROVIDE="linux-without-modules"
WANTED="linux-libre"
WEB_SITE="http://www.fsfla.org/svnwiki/selibre/linux-libre/"

# 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
}