wok-4.x diff hydra/receipt @ rev 2125
xarchive: fix tar.bz2 handler for busybox (fix typo)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 01 10:41:34 2009 +0000 (2009-02-01) |
parents | 6d5a7118a980 |
children | be4b9618ea05 |
line diff
1.1 --- a/hydra/receipt Mon Jun 30 12:18:33 2008 +0200 1.2 +++ b/hydra/receipt Sun Feb 01 10:41:34 2009 +0000 1.3 @@ -5,7 +5,8 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="THC password cracker for FTP, HTTP, HTTPS, SMB, etc." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="gtk+" 1.8 +DEPENDS="gtk+ openssl" 1.9 +BUILD_DEPENDS="openssl-dev libpostgresqlclient" 1.10 TARBALL="$PACKAGE-$VERSION-src.tar.gz" 1.11 WEB_SITE="http://freeworld.thc.org/thc-hydra" 1.12 WGET_URL="http://freeworld.thc.org/releases/$TARBALL" 1.13 @@ -20,6 +21,7 @@ 1.14 $CONFIGURE_ARGS 1.15 sed -i s/'cp -v'/'cp'/ hydra-gtk/make_xhydra.sh 1.16 make 1.17 + [ -f hydra ] 1.18 } 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg.