wok annotate linux-without-modules-debug/receipt @ rev 20421

Update some web_site to https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 07 23:03:21 2018 +0200 (2018-08-07)
parents 708b5293dd29
children
rev   line source
pascal@20169 1 # SliTaz package receipt.
pascal@20169 2
pascal@20169 3 PACKAGE="linux-without-modules-debug"
pascal@20261 4 VERSION="3.16.55"
pascal@20169 5 CATEGORY="base-system"
pascal@20169 6 SHORT_DESC="The Linux kernel debug files."
pascal@20169 7 MAINTAINER="devel@slitaz.org"
pascal@20169 8 LICENSE="GPL2"
pascal@20169 9 WANTED="linux"
pascal@20421 10 WEB_SITE="https://www.kernel.org/"
pascal@20169 11 PROVIDE="linux-debug:linux-without-modules"
pascal@20169 12
pascal@20169 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@20169 14 genpkg_rules()
pascal@20169 15 {
pascal@20169 16 mkdir -p $fs/boot
pascal@20170 17 cp $src/System.map-without-modules $fs/boot/System.map-$VERSION-slitaz
pascal@20170 18 cp $src/vmlinux-without-modules $fs/boot/vmlinux-$VERSION-slitaz
pascal@20170 19 cp $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz
pascal@20170 20 cp $src/config-without-modules $fs/boot/config-$VERSION-slitaz
pascal@20169 21 }