wok-current diff seed/receipt @ rev 25709
Rework mesa-dri to use symlink (85% size free), thanks alanyih
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Jun 03 16:29:38 2024 +0000 (7 months ago) |
parents | 8c3a860a2902 |
children |
line diff
1.1 --- a/seed/receipt Thu Oct 03 20:41:17 2019 +0100 1.2 +++ b/seed/receipt Mon Jun 03 16:29:38 2024 +0000 1.3 @@ -17,6 +17,12 @@ 1.4 gobject-introspection-dev gtk+-dev intltool libffi-dev \ 1.5 libwebkit-dev libxslt-dev mpfr-dev readline-dev util-linux-uuid-dev" 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 {