wok view linux-without-modules/receipt @ rev 7936

tazpkg-web: Up to 2.1 with last CSS and layout working smothly
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jan 11 20:49:09 2011 +0100 (2011-01-11)
parents
children 03d4663c81fa
line source
1 # SliTaz package receipt.
3 PACKAGE="linux-without-modules"
4 VERSION="2.6.36"
5 CATEGORY="base-system"
6 SHORT_DESC="The Linux kernel without module support."
7 MAINTAINER="devel@slitaz.org"
8 WANTED="linux"
9 WEB_SITE="http://www.kernel.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/boot
15 cp -a $_pkg/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules
16 }