wok view linux-debug/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents 708b5293dd29
children
line source
1 # SliTaz package receipt.
3 PACKAGE="linux-debug"
4 VERSION="3.16.55"
5 CATEGORY="base-system"
6 SHORT_DESC="The Linux kernel debug files."
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="linux"
10 WEB_SITE="https://www.kernel.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/boot
16 cp $src/System.map-modules $fs/boot/System.map-$VERSION-slitaz
17 cp $src/vmlinux-modules $fs/boot/vmlinux-$VERSION-slitaz
18 cp $install/boot/vmlinuz-$VERSION-slitaz $fs/boot/
19 cp $src/Module.symvers-modules $fs/boot/Module.symvers-$VERSION-slitaz
20 cp $src/config-modules $fs/boot/config-$VERSION-slitaz
21 }