wok-current diff ntfsprogs/receipt @ rev 25520

created recipes for libluv and libluv-dev 1.44.2.1
author Hans-G?nter Theisgen
date Fri Feb 24 15:44:32 2023 +0100 (23 months ago)
parents 380ffe05937a
children 5926178cd6fa
line diff
     1.1 --- a/ntfsprogs/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/ntfsprogs/receipt	Fri Feb 24 15:44:32 2023 +0100
     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  {