wok diff taglib/receipt @ rev 25556
created recipes for nted and nted-lang
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 22 14:54:15 2023 +0100 (19 months ago) |
parents | 63de22f6cf26 |
children |
line diff
1.1 --- a/taglib/receipt Sat Jan 15 15:21:20 2022 +0100 1.2 +++ b/taglib/receipt Sat Apr 22 14:54:15 2023 +0100 1.3 @@ -21,6 +21,12 @@ 1.4 i?86) BUILD_DEPENDS="$BUILD_DEPENDS cmake" ;; 1.5 esac 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - $WEB_SITE 2>/dev/null | \ 1.10 + sed '/tar.gz/!d;s|.*Lib ||;s|<.*||;q' 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {