wok annotate grub2-efi-x64-modules/receipt @ rev 21996

linux: add ath10k wireless driver
author Richard Dunbar <mojo@slitaz.org>
date Wed Oct 16 21:56:55 2019 -0400 (2019-10-16)
parents
children 996067d113c6
rev   line source
pascal@21809 1 # SliTaz package receipt.
pascal@21809 2
pascal@21809 3 PACKAGE="grub2-efi-x64-modules"
pascal@21809 4 VERSION="2.02"
pascal@21809 5 CATEGORY="base-system"
pascal@21809 6 SHORT_DESC="GRUB2/EFI boot loader modules."
pascal@21809 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@21809 8 LICENSE="GPL3"
pascal@21809 9 WEB_SITE="http://www.gnu.org/software/grub/"
pascal@21809 10 WANTED="grub2-efi-x64"
pascal@21809 11
pascal@21809 12 DEPENDS="grub2-efi-x64"
pascal@21809 13
pascal@21809 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@21809 15 genpkg_rules()
pascal@21809 16 {
pascal@21809 17 mkdir -p $fs/boot/grub/x86_64-efi
pascal@21809 18 cp $src/grub-core/*.mod $src/grub-core/*.lst $fs/boot/grub/x86_64-efi
pascal@21809 19 }