wok diff ophcrack/receipt @ rev 5081

Added ctags.
author Liu Peng <rocky@slitaz.org>
date Mon Mar 15 01:06:11 2010 +0000 (2010-03-15)
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 Mar 15 01:06:11 2010 +0000
     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