wok-6.x diff warmux/receipt @ rev 25565

Reenable rpc for glibc, fix gpxe grub4dos receipt, fix linld url
author Stanislas Leduc <shann@slitaz.org>
date Tue May 09 17:24:00 2023 +0000 (13 months ago)
parents e4cc6a0d37f0
children
line diff
     1.1 --- a/warmux/receipt	Thu Mar 23 12:22:34 2023 +0000
     1.2 +++ b/warmux/receipt	Tue May 09 17:24:00 2023 +0000
     1.3 @@ -6,8 +6,7 @@
     1.4  SHORT_DESC="Warmux game"
     1.5  MAINTAINER="slaxemulator@gmail.com"
     1.6  LICENSE="GPL2"
     1.7 -WEB_SITE="https://www.warmux.org/"
     1.8 -#WEB_SITE="https://web.archive.org/web/20221203051925/https://www.warmux.org/"
     1.9 +WEB_SITE="https://web.archive.org/web/20221203051925/https://www.warmux.org/"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WGET_URL="$WEB_SITE$TARBALL"
    1.12  PROVIDE="wormux"
    1.13 @@ -22,7 +21,7 @@
    1.14  # What is the latest version available today?
    1.15  current_version()
    1.16  {
    1.17 -	wget -O - $WEB_SITE 2>/dev/null | \
    1.18 +	wget -O - https://www.warmux.org/ 2>/dev/null | \
    1.19  	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
    1.20  }
    1.21