wok-current view linux-without-modules/receipt @ rev 11884
Up: tazpanel (1.3) - Wifi connection made easy, fix hrdware page and imprevements
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Feb 28 14:32:34 2012 +0100 (2012-02-28) |
parents | 440ca7d32058 |
children | 6f536abe4f0b |
line source
1 # SliTaz package receipt.
3 PACKAGE="linux-without-modules"
4 VERSION="2.6.37"
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 }