wok diff taglib/receipt @ rev 25704
BootProg: contiguous file support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jun 04 16:57:31 2024 +0000 (7 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 Tue Jun 04 16:57:31 2024 +0000 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 {