wok diff tazusb/receipt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (16 months ago)
parents 8f9abd79c4da
children
line diff
     1.1 --- a/tazusb/receipt	Fri Aug 21 15:07:47 2020 +0000
     1.2 +++ b/tazusb/receipt	Fri Jan 27 10:37:43 2023 +0100
     1.3 @@ -13,6 +13,13 @@
     1.4  
     1.5  DEPENDS="lzma"
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - http://hg.slitaz.org/$PACKAGE/ 2>/dev/null | \
    1.10 +	sed '/^Changeset/!d;s|.*">|http://hg.slitaz.org/'$PACKAGE'/rev/|;s|<.*||' | \
    1.11 +	xargs wget -O - 2>/dev/null | sed '/rev /!d;s|.*rev ||;s| .*||'
    1.12 +}
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {