wok-current view linux64-without-modules/receipt @ rev 18377
v4l4j: Update wget_url and (b)deps
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Thu Sep 17 10:51:35 2015 -0300 (2015-09-17) |
parents | 51a123a3f6f5 |
children | bf1acce7f66c |
line source
1 # SliTaz package receipt.
3 PACKAGE="linux64-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/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 install=$install/linux64
16 mkdir -p $fs/boot
17 cp -a $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz64-without-modules
18 }