wok diff ophcrack/receipt @ rev 6035

Up evince (2.30.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 16 18:20:53 2010 +0200 (2010-08-16)
parents 6ec17b55b59a
children b04abd30b007
line diff
     1.1 --- a/ophcrack/receipt	Wed Feb 24 11:10:57 2010 +0000
     1.2 +++ b/ophcrack/receipt	Mon Aug 16 18:20:53 2010 +0200
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="security"
     1.5  SHORT_DESC="Windows password cracker"
     1.6  MAINTAINER="slitaz@objectif-securite.ch"
     1.7 -DEPENDS="libQtCore libQtGui libqwt5-qt4 openssl"
     1.8 +DEPENDS="libQtCore libQtGui libqwt5-qt4 openssl gcc-lib-base"
     1.9  BUILD_DEPENDS="qt-x11-opensource-src libqwt5-qt4-dev openssl-dev"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://ophcrack.sourceforge.net"
    1.12 @@ -16,7 +16,7 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	./configure --prefix=/usr
    1.17 +	./configure --prefix=/usr &&
    1.18  	make
    1.19  }
    1.20