wok diff libgringotts/receipt @ rev 25780
Add apultra & lzav
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 23 14:15:08 2024 +0000 (4 months ago) |
parents | 26db6f06afaf |
children |
line diff
1.1 --- a/libgringotts/receipt Sun Oct 19 11:51:39 2014 +0200 1.2 +++ b/libgringotts/receipt Mon Sep 23 14:15:08 2024 +0000 1.3 @@ -13,6 +13,13 @@ 1.4 DEPENDS="bzip2 zlib libmcrypt mhash" 1.5 BUILD_DEPENDS="bzip2-dev zlib-dev libmcrypt-dev mhash-dev file" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - https://sourceforge.net/projects/gringotts.berlios/files/ 2>/dev/null | \ 1.11 + sed '/scope="row/!d;s|.*/gringotts-||;s|.tar.*||;q' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {