wok diff smtube/receipt @ rev 24300

updated tcsh (6.22.02 -> 6.23.02)
author Hans-G?nter Theisgen
date Sat Jan 15 16:54:59 2022 +0100 (2022-01-15)
parents fd1929b14bba
children
line diff
     1.1 --- a/smtube/receipt	Thu Jan 13 14:17:04 2022 +0100
     1.2 +++ b/smtube/receipt	Sat Jan 15 16:54:59 2022 +0100
     1.3 @@ -14,6 +14,12 @@
     1.4  DEPENDS="cacerts libQtGui libQtScript libQtWebkit libQtXml smplayer"
     1.5  BUILD_DEPENDS="qmake Qt4-dev"
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - $WEB_SITE 2>/dev/null | \
    1.10 +	sed "/tar/!d;/$PACKAGE/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q"
    1.11 +}
    1.12 +
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {