wok-6.x diff ophcrack/receipt @ rev 5009
asterisk: busybox tar fix
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 28 18:30:37 2010 +0100 (2010-02-28) |
parents | 6ec17b55b59a |
children | b04abd30b007 |
line diff
1.1 --- a/ophcrack/receipt Wed Feb 24 11:10:57 2010 +0000 1.2 +++ b/ophcrack/receipt Sun Feb 28 18:30:37 2010 +0100 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