wok rev 24374

avrdude: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 05 17:11:25 2022 +0000 (2022-02-05)
parents 9af0e03b8ad0
children ada218ff1012
files avrdude/receipt xsnow/receipt xtron/receipt xvidcore/receipt xvkbd/receipt xwax/receipt
line diff
     1.1 --- a/avrdude/receipt	Sat Feb 05 16:12:08 2022 +0000
     1.2 +++ b/avrdude/receipt	Sat Feb 05 17:11:25 2022 +0000
     1.3 @@ -12,7 +12,7 @@
     1.4  
     1.5  DEPENDS="libftdi libusb-compat libusb readline elfutils"
     1.6  BUILD_DEPENDS="$DEPENDS libusb-compat-dev libusb-dev libftdi-dev elfutils-dev \
     1.7 -file"
     1.8 +readline-dev file"
     1.9  
    1.10  # What is the latest version available today?
    1.11  current_version()
     2.1 --- a/xsnow/receipt	Sat Feb 05 16:12:08 2022 +0000
     2.2 +++ b/xsnow/receipt	Sat Feb 05 17:11:25 2022 +0000
     2.3 @@ -13,6 +13,13 @@
     2.4  DEPENDS="xorg-libXpm xorg-libXext"
     2.5  BUILD_DEPENDS="xorg-imake xorg-gccmakedep"
     2.6  
     2.7 +# What is the latest version available today?
     2.8 +current_version()
     2.9 +{
    2.10 +	wget -O - $WEB_SITE 2>/dev/null | \
    2.11 +	sed '/Get xsnow/!d;s|.*now-||;s|.tar.*||;q'
    2.12 +}
    2.13 +
    2.14  # Rules to configure and make the package.
    2.15  compile_rules()
    2.16  {
     3.1 --- a/xtron/receipt	Sat Feb 05 16:12:08 2022 +0000
     3.2 +++ b/xtron/receipt	Sat Feb 05 17:11:25 2022 +0000
     3.3 @@ -7,12 +7,19 @@
     3.4  MAINTAINER="pascal.bellard@slitaz.org"
     3.5  LICENSE="GPL"
     3.6  TARBALL="$PACKAGE-$VERSION.tgz"
     3.7 -WEB_SITE="ftp://ibiblio.org/pub/Linux/games/arcade/xtron-1.1a.lsm"
     3.8 -WGET_URL="$(dirname $WEB_SITE)/$TARBALL"
     3.9 +WEB_SITE="http://ibiblio.org/pub/Linux/games/arcade/xtron-$VERSION.lsm"
    3.10 +WGET_URL="${WEB_SITE%/*}/$TARBALL"
    3.11  
    3.12  DEPENDS="xorg-libXpm xorg-libXau libxcb"
    3.13  BUILD_DEPENDS="xorg-dev"
    3.14  
    3.15 +# What is the latest version available today?
    3.16 +current_version()
    3.17 +{
    3.18 +	wget -O - ${WGET_URL%/*} 2>/dev/null | \
    3.19 +	sed "/latest/d;/$PACKAGE-/!d;/tgz/!d;s|.*$PACKAGE-\\(.*\\).tgz.*\".*|\\1|" | sort -Vr | sed q
    3.20 +}
    3.21 +
    3.22  # Rules to configure and make the package.
    3.23  compile_rules()
    3.24  {
     4.1 --- a/xvidcore/receipt	Sat Feb 05 16:12:08 2022 +0000
     4.2 +++ b/xvidcore/receipt	Sat Feb 05 17:11:25 2022 +0000
     4.3 @@ -15,6 +15,13 @@
     4.4  
     4.5  HOST_ARCH="i486 arm"
     4.6  
     4.7 +# What is the latest version available today?
     4.8 +current_version()
     4.9 +{
    4.10 +	wget -O - ${WGET_URL%/*} 2>/dev/null | \
    4.11 +	sed -e 's|br/>|\n|g;/xvidcore-/!d' | sed '/tar..z/!d;s|.*xvidcore-||;s|.tar.*||' | sort -Vr | sed q
    4.12 +}
    4.13 +
    4.14  # Rules to configure and make the package.
    4.15  compile_rules()
    4.16  {
     5.1 --- a/xvkbd/receipt	Sat Feb 05 16:12:08 2022 +0000
     5.2 +++ b/xvkbd/receipt	Sat Feb 05 17:11:25 2022 +0000
     5.3 @@ -15,6 +15,13 @@
     5.4  BUILD_DEPENDS="xorg-imake xorg-libXaw-dev xorg-libXaw3d-dev xorg-libXp-dev 
     5.5  	xorg-libXtst-dev xorg-xproto"
     5.6  
     5.7 +# What is the latest version available today?
     5.8 +current_version()
     5.9 +{
    5.10 +	wget -O - http://t-sato.in.coocan.jp/xvkbd/ChangeLog 2>/dev/null | \
    5.11 +	tac | sed '/^Version/!d;s|.*ion ||;s| .*||;q'
    5.12 +}
    5.13 +
    5.14  # Rules to configure and make the package.
    5.15  compile_rules()
    5.16  {
     6.1 --- a/xwax/receipt	Sat Feb 05 16:12:08 2022 +0000
     6.2 +++ b/xwax/receipt	Sat Feb 05 17:11:25 2022 +0000
     6.3 @@ -14,6 +14,13 @@
     6.4  DEPENDS="alsa-lib libsdl libsdl-ttf"
     6.5  BUILD_DEPENDS="alsa-lib-dev libsdl-dev libsdl-ttf-dev"
     6.6  
     6.7 +# What is the latest version available today?
     6.8 +current_version()
     6.9 +{
    6.10 +	wget -O - $WEB_SITE 2>/dev/null | \
    6.11 +	sed '/version/!d;s|.*version ||;s|<.*||;q'
    6.12 +}
    6.13 +
    6.14  # Rules to configure and make the package.
    6.15  compile_rules()
    6.16  {