wok-6.x diff ipxe/receipt @ rev 24065

grub2: declared CONFIG_FILES
author Hans-G?nter Theisgen
date Sun Jun 20 14:41:40 2021 +0100 (2021-06-20)
parents bd734fc43792
children 46dcc80bef41
line diff
     1.1 --- a/ipxe/receipt	Wed Oct 21 13:33:36 2020 +0000
     1.2 +++ b/ipxe/receipt	Sun Jun 20 14:41:40 2021 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ipxe"
     1.7 -VERSION="1.20.1"
     1.8 +VERSION="1.21.1"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Open source network boot firmware."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -10,9 +10,16 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="https://github.com/ipxe/ipxe/archive/v$VERSION.tar.gz"
    1.15  
    1.16 +SPLIT="ipxe-pxe ipxelinux"
    1.17  DEPENDS=""
    1.18  BUILD_DEPENDS="perl wget liblzma-dev syslinux"
    1.19  
    1.20 +current_version()
    1.21 +{
    1.22 +	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    1.23 +	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
    1.24 +}
    1.25 +
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {