wok diff openbox/receipt @ rev 24095

Add jpegoptim
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 01 14:04:21 2021 +0000 (2021-09-01)
parents 4888cf6f4513
children b9659e3c2111
line diff
     1.1 --- a/openbox/receipt	Sun Mar 26 21:39:03 2017 +0200
     1.2 +++ b/openbox/receipt	Wed Sep 01 14:04:21 2021 +0000
     1.3 @@ -29,6 +29,12 @@
     1.4  	i?86) BUILD_DEPENDS="$BUILD_DEPENDS startup-notification-dev xorg-dev" ;;
     1.5  esac
     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  {