wok-backports view linux-without-modules/receipt @ rev 54

remove smtube
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Dec 08 22:36:08 2016 +0100 (2016-12-08)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="linux-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 mkdir -p $fs/boot
17 cp -a $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules
18 }