wok-6.x annotate grub2-efi-modules/receipt @ rev 22576
updated c_icap and c_icap-dev (0.5.5 -> 0.5.6)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jan 06 16:48:08 2020 +0100 (2020-01-06) |
parents | 7431a9295130 |
children |
rev | line source |
---|---|
pascal@20302 | 1 # SliTaz package receipt. |
pascal@20302 | 2 |
pascal@20302 | 3 PACKAGE="grub2-efi-modules" |
Hans-G?nter@22404 | 4 VERSION="2.04" |
pascal@20302 | 5 CATEGORY="base-system" |
Hans-G?nter@22404 | 6 SHORT_DESC="GRUB2 EFI boot loader modules." |
pascal@20302 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@20302 | 8 LICENSE="GPL3" |
Hans-G?nter@22404 | 9 WEB_SITE="https://www.gnu.org/software/grub/" |
pascal@20302 | 10 |
pascal@20302 | 11 DEPENDS="grub2-efi" |
Hans-G?nter@22404 | 12 WANTED="grub2-efi" |
pascal@20302 | 13 |
pascal@20302 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@20302 | 15 genpkg_rules() |
pascal@20302 | 16 { |
pascal@20302 | 17 mkdir -p $fs/boot/grub/i386-efi |
Hans-G?nter@22404 | 18 |
Hans-G?nter@22404 | 19 cp $src/grub-core/*.mod $fs/boot/grub/i386-efi |
Hans-G?nter@22404 | 20 cp $src/grub-core/*.lst $fs/boot/grub/i386-efi |
pascal@20302 | 21 } |