wok-next view linux-without-modules/receipt @ rev 18695

Add Science category to App menu (thanks Aleksej for help and guidance)
author Lucas Levrel <llevrel@yahoo.fr>
date Sun Dec 13 23:02:47 2015 +0100 (2015-12-13)
parents 08cf996a2307
children 119e586fb823
line source
1 # SliTaz package receipt.
3 PACKAGE="linux-without-modules"
4 VERSION="3.2.71"
5 CATEGORY="base-system"
6 SHORT_DESC="The Linux kernel without module support."
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="linux"
10 WEB_SITE="http://www.kernel.org/"
11 PROVIDE="linux"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/boot
17 cp -a $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules
18 }