wok diff smtube/receipt @ rev 25808
created recipe for xmenu
author | Hans-G?nter Theisgen |
---|---|
date | Thu Dec 19 16:09:37 2024 +0100 (3 weeks ago) |
parents | fd1929b14bba |
children |
line diff
1.1 --- a/smtube/receipt Thu Jan 13 14:17:04 2022 +0100 1.2 +++ b/smtube/receipt Thu Dec 19 16:09:37 2024 +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 {