wok-current diff slitaz-base-files/receipt @ rev 25637
Add miss new packages (Py3Qt-x11-gpl and pycairo118)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Jan 15 22:12:34 2024 +0000 (11 months ago) |
parents | b6120eeb6704 |
children | 5926178cd6fa |
line diff
1.1 --- a/slitaz-base-files/receipt Sat Oct 31 16:33:00 2020 +0000 1.2 +++ b/slitaz-base-files/receipt Mon Jan 15 22:12:34 2024 +0000 1.3 @@ -38,6 +38,13 @@ 1.4 /etc/gshadow \ 1.5 /etc/shadow" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - http://hg.slitaz.org/$PACKAGE/ 2>/dev/null | \ 1.10 + sed '/^Changeset/!d;s|.*">|http://hg.slitaz.org/'$PACKAGE'/rev/|;s|<.*||' | \ 1.11 + xargs wget -O - 2>/dev/null | sed '/rev /!d;s|.*rev ||;s| .*||' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {