wok-current view grub2-efi-x64-modules/receipt @ rev 25117

updated pcre2 and pcre2-dev (10.34 -> 10.40)
author Hans-G?nter Theisgen
date Sat Jun 25 16:50:46 2022 +0100 (2022-06-25)
parents 582d168ed65f
children 4ec2d061d601
line source
1 # SliTaz package receipt.
3 PACKAGE="grub2-efi-x64-modules"
4 VERSION="2.04"
5 CATEGORY="base-system"
6 SHORT_DESC="GRUB2 EFI boot loader modules."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.gnu.org/software/grub/"
11 DEPENDS="grub2-efi-x64"
12 WANTED="grub2-efi-x64"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/boot/grub/x86_64-efi
19 cp $src/grub-core/*.mod $fs/boot/grub/x86_64-efi
20 cp $src/grub-core/*.lst $fs/boot/grub/x86_64-efi
21 }