wok-current diff transfig/receipt @ rev 24378
blender: added build dependency libboost-locale-dev
author | Hans-G?nter Theisgen |
---|---|
date | Sun Feb 06 09:51:43 2022 +0100 (2022-02-06) |
parents | 271622a4c4d7 |
children |
line diff
1.1 --- a/transfig/receipt Wed Oct 06 10:26:09 2021 +0100 1.2 +++ b/transfig/receipt Sun Feb 06 09:51:43 2022 +0100 1.3 @@ -14,6 +14,13 @@ 1.4 DEPENDS="libjpeg libpng xorg xorg-libXaw3d xorg-libXpm zlib" 1.5 BUILD_DEPENDS="jpeg-dev libpng-dev xorg-libXaw3d-dev xorg-libXpm-dev zlib-dev" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - https://sourceforge.net/projects/mcj/files/ 2>/dev/null | \ 1.11 + sed "/$SOURCE-/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {