wok-current diff ophcrack/receipt @ rev 5530
Fix: optipng (included zlib now builds)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Tue May 11 12:08:54 2010 +0000 (2010-05-11) |
parents | 6ec17b55b59a |
children | b04abd30b007 |
line diff
1.1 --- a/ophcrack/receipt Wed Feb 24 11:10:57 2010 +0000 1.2 +++ b/ophcrack/receipt Tue May 11 12:08:54 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