wok-next rev 21259

updated etherboot (5.4.3 -> 5.4.4)
author Hans-G?nter Theisgen
date Fri Dec 06 14:08:24 2019 +0100 (2019-12-06)
parents f67334b5e907
children cb8dede0301c
files etherboot/receipt
line diff
     1.1 --- a/etherboot/receipt	Fri Dec 06 13:55:36 2019 +0100
     1.2 +++ b/etherboot/receipt	Fri Dec 06 14:08:24 2019 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="etherboot"
     1.7 -VERSION="5.4.3"
     1.8 +VERSION="5.4.4"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Ethernet bootloader for PXE and NBI images"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -11,19 +11,22 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.15  
    1.16 -BUILD_DEPENDS="perl gcc49"
    1.17 +BUILD_DEPENDS="perl"
    1.18  
    1.19 -compile_rules() {
    1.20 +compile_rules()
    1.21 +{
    1.22  	cd $src/src
    1.23 -	make CC=gcc-49 bin/etherboot-net.bzImage
    1.24 +	make bin/etherboot-net.bzImage
    1.25  }
    1.26  
    1.27 -genpkg_rules() {
    1.28 +genpkg_rules()
    1.29 +{
    1.30  	mkdir -p $fs/usr/share/boot
    1.31  	cp $src/src/bin/etherboot-net.bzImage $fs/usr/share/boot/etherboot
    1.32  }
    1.33  
    1.34 -post_install() {
    1.35 +post_install()
    1.36 +{
    1.37  	[ -n "$quiet" ] || cat <<EOT
    1.38  
    1.39  	.------------------------------------------.