wok-next view linux-without-modules/receipt @ rev 14612
Up: git to 1.8.3.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Jun 01 04:56:00 2013 +0000 (2013-06-01) |
parents | 6f536abe4f0b |
children | ad59999b3fce |
line source
1 # SliTaz package receipt.
3 PACKAGE="linux-without-modules"
4 VERSION="3.2.40"
5 BASEVER="${VERSION:0:3}"
6 CATEGORY="base-system"
7 SHORT_DESC="The Linux kernel without module support."
8 MAINTAINER="devel@slitaz.org"
9 WANTED="linux"
10 WEB_SITE="http://www.kernel.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/boot
16 cp -a $_pkg/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules
17 }