wok-6.x diff ntfsprogs/receipt @ rev 25107
Up open-iscsi (2.0.873)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jun 22 17:23:49 2022 +0000 (2022-06-22) |
parents | 380ffe05937a |
children |
line diff
1.1 --- a/ntfsprogs/receipt Sat Aug 10 17:00:38 2013 +0000 1.2 +++ b/ntfsprogs/receipt Wed Jun 22 17:23:49 2022 +0000 1.3 @@ -14,6 +14,13 @@ 1.4 DEPENDS="fuse ntfs-3g util-linux-uuid" 1.5 BUILD_DEPENDS="fuse" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - https://sourceforge.net/projects/linux-ntfs/files/NTFS%20Tools%20and%20Library/ 2>/dev/null | \ 1.10 + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 1.11 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q" 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {