wok-current diff xchat/receipt @ rev 25693
Up depends pkgs for cups, need to rebuild it for ssl 3.0
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Sun Mar 24 15:17:37 2024 +0000 (7 months ago) |
parents | ec1c047ea51f |
children |
line diff
1.1 --- a/xchat/receipt Mon Jan 19 03:01:45 2015 -0500 1.2 +++ b/xchat/receipt Sun Mar 24 15:17:37 2024 +0000 1.3 @@ -13,6 +13,13 @@ 1.4 DEPENDS="gtk+ dbus openssl gettext-base dbus-glib xorg-libXdamage" 1.5 BUILD_DEPENDS="gtk+-dev dbus-dev openssl-dev shared-mime-info" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - $WEB_SITE 2>/dev/null | \ 1.11 + sed '/Source:/!d;s|.*rce: ||;s|<.*||' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {