wok diff lcms/receipt @ rev 24360
ardour: give gcc83 a try
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 04 07:19:07 2022 +0100 (2022-02-04) |
parents | 424066c71c13 |
children | d3556b8f5c3d |
line diff
1.1 --- a/lcms/receipt Sun Mar 23 22:14:30 2014 +0100 1.2 +++ b/lcms/receipt Fri Feb 04 07:19:07 2022 +0100 1.3 @@ -14,6 +14,13 @@ 1.4 RELATED="lcms-dev lcms-apps" 1.5 BUILD_DEPENDS="tiff-dev jpeg-dev zlib-dev" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - https://sourceforge.net/projects/lcms/files/lcms/ 2>/dev/null | \ 1.10 + sed '/scope="row/!d;/lcms.1/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 1.11 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q" 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {