wok view grub2-efi-x64-modules/receipt @ rev 24833

updated libssh and libssh-dev (0.9.4 -> 0.9.6)
author Hans-G?nter Theisgen
date Fri Mar 25 06:33:51 2022 +0100 (2022-03-25)
parents 582d168ed65f
children
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 }