wok-6.x diff obconf/receipt @ rev 25492
Up foomatic-db (4.0-20221117)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 18 09:54:27 2022 +0000 (23 months ago) |
parents | 1c458fa173fb |
children |
line diff
1.1 --- a/obconf/receipt Sat Oct 22 10:46:42 2016 +0200 1.2 +++ b/obconf/receipt Fri Nov 18 09:54:27 2022 +0000 1.3 @@ -17,6 +17,12 @@ 1.4 BUILD_DEPENDS="gtk+-dev libglade-dev openbox-dev gdk-pixbuf-dev \ 1.5 startup-notification-dev xorg-libXft-dev" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - http://openbox.org/wiki/Openbox:Download 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 {