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

john: fix link, add to right place
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Dec 22 16:03:18 2019 +0000 (2019-12-22)
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 }