wok-next diff etherboot/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line diff
     1.1 --- a/etherboot/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/etherboot/receipt	Sat Nov 21 14:32:44 2020 +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  	.------------------------------------------.