wok-6.x diff libgtop/receipt @ rev 24528
updated exiv2 and exiv2-dev (0.27.3 -> 0.27.5)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 23 07:22:56 2022 +0100 (2022-02-23) |
parents | 6e8b1bcb30e2 |
children | 2185de1303cc |
line diff
1.1 --- a/libgtop/receipt Thu Jan 24 11:33:03 2019 +0100 1.2 +++ b/libgtop/receipt Wed Feb 23 07:22:56 2022 +0100 1.3 @@ -13,6 +13,12 @@ 1.4 DEPENDS="glib" 1.5 BUILD_DEPENDS="glib-dev intltool" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ 1.10 + sed "/$PACKAGE-[0-9]/!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 {