wok diff ophcrack/receipt @ rev 24815

updated libnids (1.24 -> 1.26)
author Hans-G?nter Theisgen
date Wed Mar 23 06:19:41 2022 +0100 (2022-03-23)
parents 7896f0694ef6
children 65ff25c4de90
line diff
     1.1 --- a/ophcrack/receipt	Sat Aug 10 21:12:16 2013 +0000
     1.2 +++ b/ophcrack/receipt	Wed Mar 23 06:19:41 2022 +0100
     1.3 @@ -14,10 +14,17 @@
     1.4  DEPENDS="libQtCore libQtGui libqwt5-qt4 openssl expat gcc-lib-base"
     1.5  BUILD_DEPENDS="Qt4-dev qmake libqwt5-qt4-dev openssl-dev expat-dev"
     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/ophcrack/files/ophcrack/ 2>/dev/null | \
    1.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    1.12 +	sed '/scope="row/!d;s|.*/ophcrack/||;s|/.*||;q'
    1.13 +}
    1.14 +
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 -	cd $src
    1.19  	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.20  	make
    1.21  }