wok diff grub2-efi/receipt @ rev 23912

linux: add CONFIG_I2C_HID
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 16 10:22:39 2020 +0000 (2020-08-16)
parents cc07895be981
children 68cf96abc146
line diff
     1.1 --- a/grub2-efi/receipt	Sat Aug 17 16:23:26 2019 +0200
     1.2 +++ b/grub2-efi/receipt	Sun Aug 16 10:22:39 2020 +0000
     1.3 @@ -1,38 +1,47 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="grub2-efi"
     1.7 -SOURCE="grub"
     1.8 -VERSION="2.02"
     1.9 +VERSION="2.04"
    1.10  CATEGORY="base-system"
    1.11  SHORT_DESC="GRUB2 boot loader."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 +WEB_SITE="https://www.gnu.org/software/grub/"
    1.15 +
    1.16 +SOURCE="grub"
    1.17  TARBALL="$SOURCE-$VERSION.tar.xz"
    1.18 -WEB_SITE="http://www.gnu.org/software/grub/"
    1.19  WGET_URL="ftp://ftp.gnu.org/gnu/grub/$TARBALL"
    1.20  
    1.21 -DEPENDS="zlib freetype ncurses libusb-compat grep libusb libdevmapper"
    1.22 -BUILD_DEPENDS="flex bison zlib-dev xz-dev freetype-dev ncurses-dev fuse-dev \
    1.23 -libusb-compat-dev libusb-dev libdevmapper-dev"
    1.24 +DEPENDS="freetype grep libdevmapper libusb-compat libusb ncurses zlib"
    1.25 +BUILD_DEPENDS="bison flex freetype-dev fuse-dev libdevmapper-dev 
    1.26 +	libusb-compat-dev libusb-dev ncurses-dev xz-dev zlib-dev"
    1.27  
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30  {
    1.31 -	sed -i 's|fprintf(...) |&(void)|' grub-core/script/yylex.l
    1.32 +	sed -i 's|fprintf(...) |&(void)|' \
    1.33 +		grub-core/script/yylex.l
    1.34  	export EFI_ARCH=i386
    1.35 -	./configure --prefix=/usr --sysconfdir=/etc \
    1.36 -		--with-platform=efi --target=${EFI_ARCH} --program-prefix="" \
    1.37 -		--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.38 +
    1.39 +	./configure			\
    1.40 +		--prefix=/usr		\
    1.41 +		--sysconfdir=/etc	\
    1.42 +		--with-platform=efi	\
    1.43 +		--target=${EFI_ARCH}	\
    1.44 +		--program-prefix=""	\
    1.45 +		--mandir=/usr/share/man	\
    1.46 +		$CONFIGURE_ARGS &&
    1.47  	make $MAKEFLAGS
    1.48 +
    1.49  	cd grub-core
    1.50  	../grub-mkimage -d . -o ../bootia32.efi -O i386-efi -p /boot/grub \
    1.51 -		lsefisystab lssal lsefimmap lsacpi ls \
    1.52 -		ntfs hfs appleldr boot cat efi_gop efi_uga elf fat hfsplus \
    1.53 -		iso9660 linux keylayouts memdisk minicmd part_apple ext2 extcmd \
    1.54 -		xfs xnu part_bsd part_gpt search search_fs_file chain btrfs \
    1.55 -		loadbios loadenv lvm minix minix2 reiserfs memrw mmap msdospart \
    1.56 -		scsi loopback normal configfile gzio all_video \
    1.57 -		gfxterm gettext echo
    1.58 +		all_video appleldr boot btrfs cat chain configfile echo \
    1.59 +		efi_gop efi_uga elf ext2 extcmd fat gettext gfxterm gzio hfs \
    1.60 +		hfsplus iso9660 keylayouts linux loadbios loadenv loopback \
    1.61 +		ls lsacpi lsefimmap lsefisystab lssal lvm memdisk memrw \
    1.62 +		minicmd minix minix2 mmap msdospart normal ntfs part_apple \
    1.63 +		part_bsd part_gpt reiserfs scsi search search_fs_file \
    1.64 +		xfs xnu
    1.65  }
    1.66  
    1.67  # Rules to gen a SliTaz package suitable for Tazpkg.