wok-current diff lmms/receipt @ rev 24396
Add some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 08 12:15:27 2022 +0000 (2022-02-08) |
parents | 47e011a6bcee |
children | 9981cfce1dd8 |
line diff
1.1 --- a/lmms/receipt Mon Dec 26 09:41:03 2016 +0100 1.2 +++ b/lmms/receipt Tue Feb 08 12:15:27 2022 +0000 1.3 @@ -17,6 +17,12 @@ 1.4 libsndfile-dev libsamplerate-dev Qt4-dev phonon-dev qmake cmake pkg-config \ 1.5 freetype-dev" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - https://github.com/LMMS/lmms/releases 2>/dev/null | \ 1.10 + sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {