wok-current diff autoconf213/receipt @ rev 25714
fix plugins path on abiword receipt
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Jun 14 11:38:57 2024 +0000 (6 months ago) |
parents | 79ca52db29ca |
children |
line diff
1.1 --- a/autoconf213/receipt Sat Apr 30 00:11:09 2016 +0200 1.2 +++ b/autoconf213/receipt Fri Jun 14 11:38:57 2024 +0000 1.3 @@ -13,6 +13,13 @@ 1.4 DEPENDS="m4 perl" 1.5 BUILD_DEPENDS="m4 perl sed" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - http://ftpmirror.gnu.org/autoconf/ 2>/dev/null | \ 1.11 + sed '/>autoconf-2\.13/!d;s|.*>autoconf-||;s|.t.*||' | sort -Vr | sed q 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {