wok diff orc/receipt @ rev 24309
created recipes for anthy, anthy-dev, scim-anthy and scim-anthy-lang
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jan 19 08:06:16 2022 +0100 (2022-01-19) |
parents | 3fe6c0591041 |
children | 1b762db897fb |
line diff
1.1 --- a/orc/receipt Fri Jun 19 20:27:41 2020 -0400 1.2 +++ b/orc/receipt Wed Jan 19 08:06:16 2022 +0100 1.3 @@ -13,6 +13,12 @@ 1.4 1.5 HOST_ARCH="i486 arm" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ 1.10 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {