wok-current diff xfig/receipt @ rev 25712
Use symlink for libxvmc-mesa
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Jun 10 20:42:21 2024 +0000 (7 months ago) |
parents | 271622a4c4d7 |
children |
line diff
1.1 --- a/xfig/receipt Wed Oct 06 10:26:09 2021 +0100 1.2 +++ b/xfig/receipt Mon Jun 10 20:42:21 2024 +0000 1.3 @@ -15,6 +15,13 @@ 1.4 DEPENDS="jpeg libpng xorg xorg-libXaw3d xorg-libXp" 1.5 BUILD_DEPENDS="jpeg-dev libpng-dev xorg-libXaw3d-dev xorg-libXp" 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 "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).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 {