wok diff voxelands/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 | 3be8209f2bdf |
children | 076f424196b2 |
line diff
1.1 --- a/voxelands/receipt Wed Jul 24 14:51:54 2019 +0200 1.2 +++ b/voxelands/receipt Sat Jun 12 09:05:17 2021 +0000 1.3 @@ -18,6 +18,12 @@ 1.4 libvorbis-dev luajit-dev mesa-dev openal-dev sqlite-dev \ 1.5 xorg-libXxf86vm-dev cmake" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ 1.10 + sed '/tar.gz/!d;s|.*/voxelands-\(.*\).tar.gz".*|\1|;q' 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {