wok diff yagf/receipt @ rev 24989

updated nfs-utils (2.4.3 -> 2.6.1)
author Hans-G?nter Theisgen
date Thu May 12 17:03:36 2022 +0100 (2022-05-12)
parents b537b3456464
children 19fff4ad1644
line diff
     1.1 --- a/yagf/receipt	Sun Apr 16 11:52:13 2017 +0200
     1.2 +++ b/yagf/receipt	Thu May 12 17:03:36 2022 +0100
     1.3 @@ -14,6 +14,12 @@
     1.4  BUILD_DEPENDS="cmake Qt4-dev qmake aspell-dev"
     1.5  SUGGESTED="tesseract-ocr xsane"
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - https://sourceforge.net/projects/yagf-ocr/files/ 2>/dev/null | \
    1.10 +	sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|;q"
    1.11 +}
    1.12 +
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {