wok view linux64-without-modules-debug/receipt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
parents 708b5293dd29
children
line source
1 # SliTaz package receipt.
3 PACKAGE="linux64-without-modules-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/"
11 PROVIDE="linux-debug:linux64-without-modules"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/boot
17 cp $src/System.map-without-modules64 $fs/boot/System.map-$VERSION-slitaz64
18 cp $src/vmlinux-without-modules64 $fs/boot/vmlinux-$VERSION-slitaz64
19 cp $install/linux64/bzImage $fs/boot/vmlinuz-$VERSION-slitaz64
20 cp $src/config-without-modules64 $fs/boot/config-$VERSION-slitaz64
21 }