wok-current diff tint2/receipt @ rev 24061

Add lz4ultra
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 12 09:05:17 2021 +0000 (2021-06-12)
parents 1c8303b6f511
children 1a10044dd144
line diff
     1.1 --- a/tint2/receipt	Mon Nov 02 18:24:30 2015 +0200
     1.2 +++ b/tint2/receipt	Sat Jun 12 09:05:17 2021 +0000
     1.3 @@ -18,6 +18,12 @@
     1.4  BUILD_DEPENDS="cmake pango-dev imlib2-dev gtk+-dev startup-notification-dev \
     1.5  librsvg-dev"
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - ${WGET_URL%/repo*}/-/tags 2>/dev/null | \
    1.10 +	sed '/tar.gz/!d;s|.*/tint2-v-\(.*\).tar.gz".*|\1|;q'
    1.11 +}
    1.12 +
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {