wok diff ntfsprogs/receipt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (16 months ago)
parents 380ffe05937a
children d3556b8f5c3d
line diff
     1.1 --- a/ntfsprogs/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/ntfsprogs/receipt	Fri Jan 27 10:37:43 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  {