wok diff qemulator/receipt @ rev 24988

Fix perl-gd & tcptrack
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 12 11:01:25 2022 +0000 (2022-05-12)
parents c89d25976dbe
children 4f225ad3e12e
line diff
     1.1 --- a/qemulator/receipt	Thu Feb 14 13:44:59 2019 +0100
     1.2 +++ b/qemulator/receipt	Thu May 12 11:01:25 2022 +0000
     1.3 @@ -14,6 +14,13 @@
     1.4  
     1.5  DEPENDS="python pygtk qemu"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - https://launchpad.net/virtualbrick 2>/dev/null | \
    1.11 +	sed '/Latest version/!d;s|.*is ||;q'
    1.12 +}
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {