wok-current diff pcsc-lite/receipt @ rev 25595
Patch asunder to build with gcc 6.3.0
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Aug 31 19:56:54 2023 +0000 (16 months ago) |
parents | 97585ed37bf0 |
children | 5926178cd6fa |
line diff
1.1 --- a/pcsc-lite/receipt Sun Mar 29 10:42:12 2020 +0100 1.2 +++ b/pcsc-lite/receipt Thu Aug 31 19:56:54 2023 +0000 1.3 @@ -15,6 +15,12 @@ 1.4 DEPENDS="udev" 1.5 BUILD_DEPENDS="libtool perl udev-dev" 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 {