wok-6.x view linux64-without-modules/receipt @ rev 15715
util-linux-getopt: update install path
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Wed Dec 25 00:04:02 2013 +0000 (2013-12-25) |
parents | 8873e661671a |
children | 5ca86f3045d4 |
line source
1 # SliTaz package receipt.
3 PACKAGE="linux64-without-modules"
4 VERSION="3.2.53"
5 BASEVER="${VERSION:0:3}"
6 CATEGORY="base-system"
7 SHORT_DESC="The Linux kernel without module support."
8 MAINTAINER="devel@slitaz.org"
9 LICENSE="GPL2"
10 WANTED="linux"
11 WEB_SITE="http://www.kernel.org/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 _pkg=$install/linux64
17 mkdir -p $fs/boot
18 cp -a $_pkg/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules
19 }